You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
328 B
Plaintext
8 lines
328 B
Plaintext
# this was original a variable test case, but I'm changing it to be a bare
|
|
# string / quoted string test. The variable test will come after; variables
|
|
# are broken right now.
|
|
|
|
quoted_string: "this is a quoted string"
|
|
bare_string: this is a bare string
|
|
name with space: that name has spaces in it, and you know what? that's ok!
|