WICG / sms-one-time-codes

A way to format SMS messages for use with browser autofill features such as HTML’s autocomplete=one-time-code.
https://wicg.github.io/sms-one-time-codes/
Other
110 stars 12 forks source link

Use a consistent whitespace definition (#9) #10

Open majido opened 4 years ago

majido commented 4 years ago

Use a consistent whitespace definition in the parsing algorithm.

The whitespace is either a SPACE or a TAB. This PR does not relax the constraint of a single whitespace that was also mention in #9