mstch/test/data/lambda/escaped.js

7 lines
89 B
JavaScript
Raw Normal View History

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