mirror of
https://github.com/tests-always-included/mo.git
synced 2025-11-19 23:34:32 +01:00
Adding better block detection
Pulled the block finding code into its own function to eliminate a recursion problem. Test failure count dropped because lambdas are supported and I just needed to update the spec. Pull request mustache/spec#86 aims to add bash support. Until then, the testing script will fall back to using perl. 34 failing tests
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
|
||||
<b>resque</b>
|
||||
|
||||
<b>hub</b>
|
||||
|
||||
<b>rip</b>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<b>
|
||||
Willy is awesome.</b>
|
||||
<b> Willy is awesome.
|
||||
</b>
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
|
||||
|
||||
No repos :(
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
|
||||
|
||||
jwerle is male
|
||||
apple is red
|
||||
tobi is cool
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
person=Jon
|
||||
@@ -1,2 +0,0 @@
|
||||
|
||||
Hi Jon!
|
||||
@@ -1,3 +0,0 @@
|
||||
{{#person}}
|
||||
Hi {{.}}!
|
||||
{{/person}}
|
||||
@@ -1,3 +1,3 @@
|
||||
<h2>Names</h2>
|
||||
|
||||
<strong>Tyler</strong>
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
Hello Chris
|
||||
You have just won 10000 dollars!
|
||||
|
||||
Well, 6000 dollars, after taxes.
|
||||
|
||||
Reference in New Issue
Block a user