diff options
Diffstat (limited to 'tests/parser/t19430.nim')
-rw-r--r-- | tests/parser/t19430.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/parser/t19430.nim b/tests/parser/t19430.nim new file mode 100644 index 000000000..c1aa6a92d --- /dev/null +++ b/tests/parser/t19430.nim @@ -0,0 +1,3 @@ +let x = proc() = ## abc +let y = 3 #[tt.Error +^ invalid indentation]# |