We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f632d44 commit 3d13551Copy full SHA for 3d13551
1 file changed
tests/test_options.py
@@ -48,6 +48,12 @@ def test_concat(self):
48
- Hello
49
^ \sworld!
50
51
+ ! local concat = space
52
+ + test concat space
53
+ ^ in trigger
54
+ - Hello
55
+ ^ world!
56
+
57
// the option is file scoped so it can be left at
58
// any setting and won't affect subsequent parses
59
! local concat = newline
@@ -67,3 +73,4 @@ def test_concat(self):
67
73
self.reply("test concat second file", "Helloworld!")
68
74
self.reply("test concatin trigger", "Helloworld!")
69
75
self.reply("test concat in trigger with space and optional", "Hello world!")
76
+ self.reply("test concat space in trigger", "Hello world!")
0 commit comments