tests/languages/yaml/string_feature.test


Log

Author Commit Date CI Message
Chris Johnston 1c5f28a9 2018-10-29T12:00:54 Allow YAML strings to have trailing comments (#1602) Updates the string regex to allow for strings that may have a trailing '#'. This uses a different pattern from other regex patterns, because only the string regex pattern is greedy, while the others are not. Fix #1601.
Golmote d58ddfdd 2015-09-03T20:18:03 Add tests for YAML