Skip to content

Commit bd3c482

Browse files
committed
add inline expansion test
1 parent 0d77d91 commit bd3c482

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

atwiki/test/test_parser.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
INPUT = '''
1010
// This is a comment.
1111
12+
&nivocideo(url) &color(#ffffff){white} and black
13+
1214
[[Link1]] / [[Link2>URL]]
1315
Styles: ''bold'' \'\'\'italic\'\'\' %%del%% ''bold''
1416
Special: '' A ✔︎ ( ) { } \ / ! ''
@@ -38,6 +40,8 @@
3840

3941
OUTPUT = '''
4042
43+
white and black
44+
4145
Link1 / Link2
4246
Styles: bold italic del bold
4347
Special: A ✔︎ ( ) { } \ / !

0 commit comments

Comments
 (0)