Skip to content

Conversation

LongTengDao
Copy link
Contributor

@LongTengDao LongTengDao commented Apr 13, 2020

from #723

  1. https://github.com/toml-lang/toml/blame/master/README.md#L795 has two spaces after period.
  2. https://github.com/toml-lang/toml/blame/master/README.md#L794 the space after key/value is \xA0, not \x20.
  3. https://github.com/toml-lang/toml/blame/master/README.md#L945 or of compatible type should be removed, because now mixed type array is ok.

I found these when I was translating docs word by word. Since it's rc version now, fixing them do more good than harm.


for #725

Make it clear in example, that multiline literal string can also end with (single) quote less than three, like multiline basic string do now.


#722

Comment on lines +435 to +436
# 'That,' she said, 'is still pointless.'
str = ''''That,' she said, 'is still pointless.''''
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for #725?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, yes, it's 725, 727 is this PR...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have updated the hash number in PR explain. (Translating 1.0.0 and updating my parser has worn me out and I'm a bit dazed now... But still so excited to see 1.0.0 come)

@ChristianSi
Copy link
Contributor

I cannot really see what's that whitespace change in L794, but looks okay in general.

@LongTengDao
Copy link
Contributor Author

I cannot really see what's that whitespace change in L794, but looks okay in general.

Thanks for review! A quick way to comapre is to copy the space and compare that with "\x20" and "\xA0" in browser console. I found that because my editor show characters non-ASCII in 1em width, not 1en width.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants