Explorar el Código

Fix exception message expectation.

tags/0.5.0-vsc
Sahab Yazdani hace 15 años
padre
commit
2395d5c2bc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      test/unit.js

+ 2
- 2
test/unit.js Ver fichero

@@ -52,9 +52,9 @@ test("Parser", function() {
{}
);
}, function(e) {
return e.message === 'Unexpected end of document.';
return e.message === 'Malformed change delimiter token: {{=tag1}}';
},
'Malformed change delimiter token: {{=tag1}}'
'Malformed tags should be handled correctly.'
);
//var partials = { 'partial' : '{{key}}' };


Cargando…
Cancelar
Guardar