shnewto / bnf

Parse BNF grammar definitions
MIT License
258 stars 22 forks source link

Fix quote terminal display #31

Closed CrockAgile closed 6 years ago

CrockAgile commented 6 years ago

Closes #30

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.1%) to 92.325% when pulling 2255a2870b8a4d91940a251f83a82c3f79676068 on fix-quote-terminal-display into 85fcf93c0260adf586badcb0afb12aa960ec51ad on master.

shnewto commented 6 years ago

Would you mind appending to the tests/display.rs suite with a grammar that exercises this as well? It'd be nice to see it in action as part of a whole.

CrockAgile commented 6 years ago

@snewt the integration tests in display.rs don't involve to_string so I am not sure how to use this change in that test suite

Oops nevermind 😆

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.2%) to 92.376% when pulling af7bcd94c19fb10983e069d3095dabd2e775faf1 on fix-quote-terminal-display into 85fcf93c0260adf586badcb0afb12aa960ec51ad on master.