Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 6373c36

Browse files
committed
[[ Bug 21245 ]] Add indent tests
Add 2 test cases for issues fixed by the patch. - inline block comments before line continuation - quote characters in a comment could cause a `\` to be parsed as a line continuation character PASS: /Users/milby/projects/GitHub/livecode/ide/tests/scripteditor/indentation: TestIndents [9/9]
1 parent ed92272 commit 6373c36

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
command inlineCommentTest \
2+
pBasePath, /* base path for export folders */ \
3+
@xRelativePath /* relative path for folder */
4+
-- code
5+
end inlineCommentTest
6+
7+
command quoteAfterCommentTest
8+
put "test" -- "extra" \
9+
put "test"
10+
end quoteAfterCommentTest

0 commit comments

Comments
 (0)