v4.0.3
string = {
"a": {
"type": "text",
"value": "{{ data['I'm using another single quote'] }}"
},
"b": {
"type": "text",
"value": "{{ data['some text'] }}"
}
}.to_json
Liquid::Template.parse(string, :error_mode => :strict) it doesn't raise any error and doesn't even return any output
v4.0.3
Liquid::Template.parse(string, :error_mode => :strict)it doesn't raise any error and doesn't even return any output