We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c95d3 commit 12144d6Copy full SHA for 12144d6
main_test.txtar
@@ -37,7 +37,18 @@ stderr 'called fact 5'
37
stderr 'called fact 1'
38
stderr 'I] All done'
39
40
-# fib_50.gr
+# macro output (there is a macro in sample_test.gr, it should show that stage with -parse)
41
+grol -parse sample_test.gr
42
+!stderr 'Errors'
43
+stdout '== Macro ==>'
44
+
45
+# no macro stage when no macro in the file:
46
+grol -parse fib_50.gr
47
48
+!stdout '== Macro ==>'
49
+stdout '12586269025\n'
50
51
+# fib_50.gr (redoing, checking exact match of output)
52
grol fib_50.gr
53
!stderr 'Errors'
54
cmp stdout fib50_stdout
0 commit comments