tj / js-yaml

CommonJS YAML Parser -- fast, elegant and tiny yaml parser for javascript
276 stars 41 forks source link

Fix for Issue 15 #16

Open jeffwatkins opened 13 years ago

jeffwatkins commented 13 years ago

By adding a call to advance for both boolean values, the parsing continues correctly.