From 033bdd9f7986447ed19f3bdf5831244f01f021c7 Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Mon, 6 Dec 2010 17:45:00 -0800 Subject: [PATCH] updated i18n test --- examples/i18n.js | 3 ++- examples/i18n.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/i18n.js b/examples/i18n.js index f85a457..2053321 100644 --- a/examples/i18n.js +++ b/examples/i18n.js @@ -1,3 +1,4 @@ var i18n = { - bar: "BAR" + bar: "don't double render me... {{baz}}", + baz: "FAIL" }; \ No newline at end of file diff --git a/examples/i18n.txt b/examples/i18n.txt index 46c7bbf..5ab5fb8 100644 --- a/examples/i18n.txt +++ b/examples/i18n.txt @@ -1 +1 @@ -foo BAR +foo don't double render me... {{baz}}