You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These 3 texts should all be the same according to YAML standard, but they are not. Checkout Escape codes section. Backslash with underscore should be equal to NBSP http://yaml.org/refcard.html
These 3 texts should all be the same according to YAML standard, but they are not. Checkout Escape codes section. Backslash with underscore should be equal to NBSP
http://yaml.org/refcard.html
text1 = "Hello World"
text2 = "Hello World"
text3 = "Hello\xa0World"
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: