mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 08:46:53 +08:00
5 lines
172 B
ChaiScript
5 lines
172 B
ChaiScript
assert_equal("\$ {4 + 5}", "$ {4 + 5}")
|
|
assert_equal("\$9", "$${4+5}")
|
|
assert_equal("Value: \${4 + 5}", "Value: \${4 + 5}")
|
|
assert_equal("Value: \$9", "Value: \$${4 + 5}")
|