core: Example and test cases for StringValue attribute parsing

This commit is contained in:
Tom Henderson
2016-09-12 12:23:12 -07:00
parent 846709fff0
commit ca94d87ace
3 changed files with 155 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ cpp_examples = [
("main-ptr", "True", "True"),
("main-random-variable", "True", "False"),
("sample-random-variable", "True", "True"),
("test-string-value-formatting", "True", "True"),
]
# A list of Python examples to run in order to ensure that they remain