cartant / rxjs-marbles

An RxJS marble testing library for any test framework
https://cartant.github.io/rxjs-marbles/
MIT License
300 stars 18 forks source link

Add test to ensure white spaces in marble diagrams are treated as non-significant #41

Closed huy-nguyen closed 6 years ago

huy-nguyen commented 6 years ago

This test is added so that this library’s treatment of white spaces in marbles diagrams conforms to rxjs's documentation on marble syntax

' ' whitespace: horizontal whitespace is ignored, and can be used to help vertically align multiple marble diagrams.

cartant commented 6 years ago

Thanks.