Voorlopige indiening

This commit is contained in:
Tibo De Peuter 2025-05-12 19:33:51 +02:00
parent 130ff622c9
commit 6f1b252f52
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
7 changed files with 355 additions and 62 deletions

View file

@ -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")
)