mstch/test/data/lambda/escaped.js

7 lines
89 B
JavaScript
Raw Normal View History

2015-04-09 18:41:27 +00:00
({
title: function () {
return "Bear > Shark";
},
entities: "&quot; \"'<>/"
})