diff options
author | metagn <metagngn@gmail.com> | 2023-04-06 14:36:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 13:36:21 +0200 |
commit | 814d3e6818b6c4ed976818ecf525a599502e080e (patch) | |
tree | 3a2a2bf1745f6ff4f74e4f257270d1a2bc84a69c /tests/parser | |
parent | 4898b054ce3b538193fb1bda9052cebc4a588f2f (diff) | |
download | Nim-814d3e6818b6c4ed976818ecf525a599502e080e.tar.gz |
fix #19430 (#21603)
Diffstat (limited to 'tests/parser')
-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]# |