Skip to content

Commit 3d13551

Browse files
author
hungtu
committed
aichaos#86 Additional unit test
1 parent f632d44 commit 3d13551

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/test_options.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ def test_concat(self):
4848
- Hello
4949
^ \sworld!
5050
51+
! local concat = space
52+
+ test concat space
53+
^ in trigger
54+
- Hello
55+
^ world!
56+
5157
// the option is file scoped so it can be left at
5258
// any setting and won't affect subsequent parses
5359
! local concat = newline
@@ -67,3 +73,4 @@ def test_concat(self):
6773
self.reply("test concat second file", "Helloworld!")
6874
self.reply("test concatin trigger", "Helloworld!")
6975
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

Comments
 (0)