kuroko/test/testStrings.krk

6 lines
137 B
Python

# Strings should support at least some basic escape sequences.
print("hello\nworld \"quotes\"")
# Should print:
# hello
# world "quotes"