Skip to content

Commit 2a02261

Browse files
committed
Fix IE test freakout
1 parent a009a97 commit 2a02261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/basic.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ describe("basic context", function() {
7676
'true true object');
7777
shouldCompileTo('{{undefined}}',
7878
{
79-
undefined: function() {
79+
'undefined': function() {
8080
return 'undefined!';
8181
}
8282
},
8383
'undefined!');
8484
shouldCompileTo('{{null}}',
8585
{
86-
null: function() {
86+
'null': function() {
8787
return 'null!';
8888
}
8989
},

0 commit comments

Comments
 (0)