summary refs log tree commit diff stats
path: root/tests/parser
diff options
context:
space:
mode:
authormetagn <metagngn@gmail.com>2023-04-06 14:36:21 +0300
committerGitHub <noreply@github.com>2023-04-06 13:36:21 +0200
commit814d3e6818b6c4ed976818ecf525a599502e080e (patch)
tree3a2a2bf1745f6ff4f74e4f257270d1a2bc84a69c /tests/parser
parent4898b054ce3b538193fb1bda9052cebc4a588f2f (diff)
downloadNim-814d3e6818b6c4ed976818ecf525a599502e080e.tar.gz
fix #19430 (#21603)
Diffstat (limited to 'tests/parser')
-rw-r--r--tests/parser/t19430.nim3
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]#