Closed andreineculau closed 9 years ago
matching the instance "foo": "bar baz" works against "foo": "{{>var}} baz" but fails against "foo": "{{_}} baz"
"foo": "bar baz"
"foo": "{{>var}} baz"
"foo": "{{_}} baz"
wrong reference in https://github.com/for-GET/katt/commit/fe50e85be176ea7475877426a7c8e2cf779aecce . 8 should have been 7
matching the instance
"foo": "bar baz"
works against"foo": "{{>var}} baz"
but fails against"foo": "{{_}} baz"