hcl/json/parser/test-fixtures
Mitchell Hashimoto 2fd69cb0a5 json: interpolations have to be escaped
At some point we ignored the " in interpolations. We do this for HCL and
it is correct but this is invalid JSON syntax and for JSON we've always
had the stance that we have to escape them.
2016-09-02 11:31:47 -05:00
..
array.json json/parser 2015-11-08 15:50:37 -08:00
bad_input_128.json json: verify that objects have keys [GH-128] 2016-06-21 12:57:45 -07:00
bad_input_tf_8110.json json: interpolations have to be escaped 2016-09-02 11:31:47 -05:00
basic.json json/parser 2015-11-08 15:50:37 -08:00
good_input_tf_8110.json json: interpolations have to be escaped 2016-09-02 11:31:47 -05:00
object.json json/parser 2015-11-08 15:50:37 -08:00
types.json json/parser 2015-11-08 15:50:37 -08:00