Commit 15902c5cbf9c3515d05b12b51a7ae8ba4975455b

Lea Verou 2012-07-30T17:05:54

Added more failures

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/examples.html b/examples.html
index c6abc2b..e02de9b 100644
--- a/examples.html
+++ b/examples.html
@@ -203,6 +203,9 @@ var comment = /\/\*[\w\W]*?\*\//g;</code></pre>
 	
 	<h2>Strings inside regexes</h2>
 	<pre><code>/"foo"/;</code></pre>
+	
+	<h2>Two or more division operators on the same line</h2>
+	<pre><code>5 / 6 / 7</code></pre>
 </section>
 
 <footer data-src="templates/footer.html" data-type="text/html"></footer>