Voorlopige indiening
This commit is contained in:
parent
130ff622c9
commit
6f1b252f52
7 changed files with 355 additions and 62 deletions
|
@ -65,6 +65,7 @@ class Examples {
|
|||
)
|
||||
|
||||
fun meta() = listOf(
|
||||
Arguments.of("ceremony.pl", "/Ceremony starts/\nGood evening everyone!\nThanks for coming John, Mary, and my parents!\n/Ceremony ends/\n"),
|
||||
Arguments.of("continuations.pl", "Inside test\nEntering reset\nAfter reset\nCalling Cont(2)\nIn test X = 5; done\nCalling Cont(4)\nIn test X = 9; done\n"),
|
||||
Arguments.of("mib_voorbeelden.pl", "b\nf(b)\nf(g(a,a),h(c,d),i(e,f))\nf(g(a,a),h(c,c),i(e,f))\nf(g(a,a),h(c,c),i(e,e))\n")
|
||||
)
|
||||
|
|
Reference in a new issue