Ver código fonte

Add test case to close #11. No bugfix necessary.

tags/0.3.0
Jan Lehnardt 16 anos atrás
pai
commit
885501df7d
3 arquivos alterados com 5 adições e 0 exclusões
  1. +1
    -0
      examples/bug_11_eating_whitespace.html
  2. +3
    -0
      examples/bug_11_eating_whitespace.js
  3. +1
    -0
      examples/bug_11_eating_whitespace.txt

+ 1
- 0
examples/bug_11_eating_whitespace.html Ver arquivo

@@ -0,0 +1 @@
{{tag}} foo

+ 3
- 0
examples/bug_11_eating_whitespace.js Ver arquivo

@@ -0,0 +1,3 @@
var bug_11_eating_whitespace = {
tag: "yo"
};

+ 1
- 0
examples/bug_11_eating_whitespace.txt Ver arquivo

@@ -0,0 +1 @@
yo foo

Carregando…
Cancelar
Salvar