Skip to content

Conversation

@JadedBlueEyes
Copy link
Contributor

No description provided.

use unicode_segmentation::UnicodeSegmentation;

fn main() {
let s = "a̐éö̲\r\n";
Copy link

Choose a reason for hiding this comment

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

Please revert the sample string changes. Your editor seems to have applied NFC normalization to the file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oopsy - that's a issue w the github web editor.

@JadedBlueEyes
Copy link
Contributor Author

uh
github, why can't I change the branch?
🤦‍♂️
new PR I guess.

@JadedBlueEyes
Copy link
Contributor Author

#48

mgeisler added a commit to mgeisler/unicode-segmentation that referenced this pull request Mar 30, 2019
This adds a test that will check the examples in README.md for the
current package version.

It also checks that there is a Markdown heading mentioning (at least)
the current version. This serves as a simple check that the change log
section is updated when the version number is bumped.

Related to unicode-rs#30, unicode-rs#41, unicode-rs#47, and unicode-rs#48.
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.

2 participants