babelacc

compare different implementations of the text alternative computation  https://p.ce9e.org/babelacc/
git clone https://git.ce9e.org/babelacc.git

commit
3d7f8180155e9043ca95ef672c8a5cd5cb0e6b27
parent
6e702472517403f8d7c383257ea2e8072fd3a495
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-02-02 18:00
link github page for pull-requests

Diffstat

M index.html 6 +++---

1 files changed, 3 insertions, 3 deletions


diff --git a/index.html b/index.html

@@ -53,15 +53,15 @@
   53    53 	can help building one by finding interesting test cases on this page.</p>
   54    54 
   55    55 	<h3>I also implemented this algorithm. Can you add my implementation?</h3>
   56    -1 	<p>Sure! Just create a pull request at TODO.</p>
   -1    56 	<p>Sure! Just create a <a href="https://github.com/xi/babelacc/pulls">pull request</a>.</p>
   57    57 
   58    58 	<h3>Why is the output of real browsers not included in the comparison?</h3>
   59    59 	<p>The output of real browsers is actually more important than all of
   60    60 	these tools. We would love to include it, but that is not that easy. If you
   61    -1 	have an idea how that could be done, feel free to submit a pull request.</p>
   -1    61 	have an idea how that could be done, feel free to submit a <a href="https://github.com/xi/babelacc/pulls">pull request</a>.</p>
   62    62 	<p>Also note that the code is rendered below the list of results. So if you
   63    63 	have assitive technologoes available you can check the output there.</p>
   64    64 
   65    65 	<h3>I found an interesting case where implementations do not agree. What should I do with it?</h3>
   66    -1 	<p>Awesome! Please create a pull request so we can include this case in our test suite.</p>
   -1    66 	<p>Awesome! Please create a <a href="https://github.com/xi/babelacc/pulls">pull request</a> so we can include this case in our test suite.</p>
   67    67 </body>