diff options
Diffstat (limited to 'opdracht-1/opdracht-1.m4')
| -rw-r--r-- | opdracht-1/opdracht-1.m4 | 34 |
1 files changed, 1 insertions, 33 deletions
diff --git a/opdracht-1/opdracht-1.m4 b/opdracht-1/opdracht-1.m4 index 59b85eb..fbb1a89 100644 --- a/opdracht-1/opdracht-1.m4 +++ b/opdracht-1/opdracht-1.m4 @@ -1,37 +1,5 @@ changequote(`{{', `}}') - -define({{include_sql}}, {{ -```sql -include({{$1.sql}}) -``` -}}) - -define({{q_norm}}, {{ -## Opdracht $1 - -Query: -include_sql({{q$1}}) -}}) - -define({{q_with_output}}, {{ -## Opdracht $1 - -Query: -include_sql({{t$1}}) - -Output: -include({{t$1.md}}) -}}) - -define({{q_with_test}}, {{ -q_norm($1) - -Test query: -include_sql({{t$1}}) - -Output: -include({{t$1.md}}) -}}) +include({{../common.m4}}) # Practicum 1 |