Commit 10926a52 authored by twanvl's avatar twanvl

testing...

parent 1797b426
...@@ -206,3 +206,10 @@ assert( check_spelling_word(language:"en_US", "somethjng") == false ) ...@@ -206,3 +206,10 @@ assert( check_spelling_word(language:"en_US", "somethjng") == false )
assert( curly_quotes("\"this: is a string\", —\"q\"") == "“this: is a string”, —“q”" ) assert( curly_quotes("\"this: is a string\", —\"q\"") == "“this: is a string”, —“q”" )
assert( curly_quotes("'this: is a string', —'q'") == "‘this: is a string’, —‘q’" ) assert( curly_quotes("'this: is a string', —'q'") == "‘this: is a string’, —‘q’" )
assert( curly_quotes("''\"nest\"''") == "‘‘“nest”’’" ) assert( curly_quotes("''\"nest\"''") == "‘‘“nest”’’" )
# File IO
write_text_file(file: "texfile1.out.txt", "this is a test\nUnicode: ☺");
# Include files (This doesn't work!)
#include file: test-builtin-included.mse-script
#assert(i_have_been_included == 1);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment