Quantcast
Channel: Planet Apache
Viewing all articles
Browse latest Browse all 9364

Sam Ruby: xml5

$
0
0

xml5@github: Ruby port of Anne van Kesteren’s xml5@googlecode.

lib.py$ python test.py 
#document
| <test> (, test, )
|   "This sample shows a error-prone method."

lib.py$ python testrunner.py 
All Good!
Run tests that need fixing...
All Good!

lib.rb$ ruby test.rb
#document
| <test> (, test, )
|   "This sample shows a error-prone method."

lib.rb$ ruby testrunner.rb 
All Good!
Run tests that need fixing...
All Good!

Viewing all articles
Browse latest Browse all 9364

Trending Articles