forked from launchbadge/sqlx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for full Unicode character set (launchbadge#15)
* Add support for full Unicode character set * Add server tests for unicode support
- Loading branch information
Showing
7 changed files
with
293 additions
and
16 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,235 @@ | ||
//! Tests for Unicode support and correct cursor transformation. | ||
pub mod common; | ||
|
||
use anyhow::Result; | ||
use common::*; | ||
use log::info; | ||
use operational_transform::OperationSeq; | ||
use rustpad_server::server; | ||
use serde_json::json; | ||
|
||
#[tokio::test] | ||
async fn test_unicode_length() -> Result<()> { | ||
pretty_env_logger::try_init().ok(); | ||
let filter = server(); | ||
|
||
expect_text(&filter, "unicode", "").await; | ||
|
||
let mut client = connect(&filter, "unicode").await?; | ||
let msg = client.recv().await?; | ||
assert_eq!(msg, json!({ "Identity": 0 })); | ||
|
||
let mut operation = OperationSeq::default(); | ||
operation.insert("h🎉e🎉l👨👨👦👦lo"); | ||
let msg = json!({ | ||
"Edit": { | ||
"revision": 0, | ||
"operation": operation | ||
} | ||
}); | ||
info!("sending ClientMsg {}", msg); | ||
client.send(&msg).await; | ||
|
||
let msg = client.recv().await?; | ||
assert_eq!( | ||
msg, | ||
json!({ | ||
"History": { | ||
"start": 0, | ||
"operations": [ | ||
{ "id": 0, "operation": ["h🎉e🎉l👨👨👦👦lo"] } | ||
] | ||
} | ||
}) | ||
); | ||
|
||
info!("testing that text length is equal to number of Unicode code points..."); | ||
let mut operation = OperationSeq::default(); | ||
operation.delete(14); | ||
let msg = json!({ | ||
"Edit": { | ||
"revision": 1, | ||
"operation": operation | ||
} | ||
}); | ||
info!("sending ClientMsg {}", msg); | ||
client.send(&msg).await; | ||
|
||
let msg = client.recv().await?; | ||
assert_eq!( | ||
msg, | ||
json!({ | ||
"History": { | ||
"start": 1, | ||
"operations": [ | ||
{ "id": 0, "operation": [-14] } | ||
] | ||
} | ||
}) | ||
); | ||
|
||
expect_text(&filter, "unicode", "").await; | ||
|
||
Ok(()) | ||
} | ||
|
||
#[tokio::test] | ||
async fn test_multiple_operations() -> Result<()> { | ||
pretty_env_logger::try_init().ok(); | ||
let filter = server(); | ||
|
||
expect_text(&filter, "unicode", "").await; | ||
|
||
let mut client = connect(&filter, "unicode").await?; | ||
let msg = client.recv().await?; | ||
assert_eq!(msg, json!({ "Identity": 0 })); | ||
|
||
let mut operation = OperationSeq::default(); | ||
operation.insert("🎉😍𒀇👨👨👦👦"); // Emoticons and Cuneiform | ||
let msg = json!({ | ||
"Edit": { | ||
"revision": 0, | ||
"operation": operation | ||
} | ||
}); | ||
info!("sending ClientMsg {}", msg); | ||
client.send(&msg).await; | ||
|
||
let msg = client.recv().await?; | ||
assert_eq!( | ||
msg, | ||
json!({ | ||
"History": { | ||
"start": 0, | ||
"operations": [ | ||
{ "id": 0, "operation": ["🎉😍𒀇👨👨👦👦"] } | ||
] | ||
} | ||
}) | ||
); | ||
|
||
let mut operation = OperationSeq::default(); | ||
operation.insert("👯♂️"); | ||
operation.retain(3); | ||
operation.insert("𐅣𐅤𐅥"); // Ancient Greek numbers | ||
operation.retain(7); | ||
let msg = json!({ | ||
"Edit": { | ||
"revision": 1, | ||
"operation": operation | ||
} | ||
}); | ||
info!("sending ClientMsg {}", msg); | ||
client.send(&msg).await; | ||
|
||
let msg = client.recv().await?; | ||
assert_eq!( | ||
msg, | ||
json!({ | ||
"History": { | ||
"start": 1, | ||
"operations": [ | ||
{ "id": 0, "operation": ["👯♂️", 3, "𐅣𐅤𐅥", 7] } | ||
] | ||
} | ||
}) | ||
); | ||
|
||
expect_text(&filter, "unicode", "👯♂️🎉😍𒀇𐅣𐅤𐅥👨👨👦👦").await; | ||
|
||
let mut operation = OperationSeq::default(); | ||
operation.retain(2); | ||
operation.insert("h̷̙̤̏͊̑̍̆̃̉͝ĕ̶̠̌̓̃̓̽̃̚l̸̥̊̓̓͝͠l̸̨̠̣̟̥͠ỏ̴̳̖̪̟̱̰̥̞̙̏̓́͗̽̀̈́͛͐̚̕͝͝ ̶̡͍͙͚̞͙̣̘͙̯͇̙̠̀w̷̨̨̪͚̤͙͖̝͕̜̭̯̝̋̋̿̿̀̾͛̐̏͘͘̕͝ǒ̴̙͉͈̗̖͍̘̥̤̒̈́̒͠r̶̨̡̢̦͔̙̮̦͖͔̩͈̗̖̂̀l̶̡̢͚̬̤͕̜̀͛̌̈́̈́͑͋̈̍̇͊͝͠ď̵̛̛̯͕̭̩͖̝̙͎̊̏̈́̎͊̐̏͊̕͜͝͠͝"); // Lots of ligatures | ||
operation.retain(8); | ||
let msg = json!({ | ||
"Edit": { | ||
"revision": 1, | ||
"operation": operation | ||
} | ||
}); | ||
info!("sending ClientMsg {}", msg); | ||
client.send(&msg).await; | ||
|
||
let msg = client.recv().await?; | ||
assert_eq!( | ||
msg, | ||
json!({ | ||
"History": { | ||
"start": 2, | ||
"operations": [ | ||
{ "id": 0, "operation": [6, "h̷̙̤̏͊̑̍̆̃̉͝ĕ̶̠̌̓̃̓̽̃̚l̸̥̊̓̓͝͠l̸̨̠̣̟̥͠ỏ̴̳̖̪̟̱̰̥̞̙̏̓́͗̽̀̈́͛͐̚̕͝͝ ̶̡͍͙͚̞͙̣̘͙̯͇̙̠̀w̷̨̨̪͚̤͙͖̝͕̜̭̯̝̋̋̿̿̀̾͛̐̏͘͘̕͝ǒ̴̙͉͈̗̖͍̘̥̤̒̈́̒͠r̶̨̡̢̦͔̙̮̦͖͔̩͈̗̖̂̀l̶̡̢͚̬̤͕̜̀͛̌̈́̈́͑͋̈̍̇͊͝͠ď̵̛̛̯͕̭̩͖̝̙͎̊̏̈́̎͊̐̏͊̕͜͝͠͝", 11] } | ||
] | ||
} | ||
}) | ||
); | ||
|
||
expect_text(&filter, "unicode", "👯♂️🎉😍h̷̙̤̏͊̑̍̆̃̉͝ĕ̶̠̌̓̃̓̽̃̚l̸̥̊̓̓͝͠l̸̨̠̣̟̥͠ỏ̴̳̖̪̟̱̰̥̞̙̏̓́͗̽̀̈́͛͐̚̕͝͝ ̶̡͍͙͚̞͙̣̘͙̯͇̙̠̀w̷̨̨̪͚̤͙͖̝͕̜̭̯̝̋̋̿̿̀̾͛̐̏͘͘̕͝ǒ̴̙͉͈̗̖͍̘̥̤̒̈́̒͠r̶̨̡̢̦͔̙̮̦͖͔̩͈̗̖̂̀l̶̡̢͚̬̤͕̜̀͛̌̈́̈́͑͋̈̍̇͊͝͠ď̵̛̛̯͕̭̩͖̝̙͎̊̏̈́̎͊̐̏͊̕͜͝͠͝𒀇𐅣𐅤𐅥👨👨👦👦").await; | ||
|
||
Ok(()) | ||
} | ||
|
||
#[tokio::test] | ||
async fn test_unicode_cursors() -> Result<()> { | ||
pretty_env_logger::try_init().ok(); | ||
let filter = server(); | ||
|
||
let mut client = connect(&filter, "unicode").await?; | ||
assert_eq!(client.recv().await?, json!({ "Identity": 0 })); | ||
|
||
let mut operation = OperationSeq::default(); | ||
operation.insert("🎉🎉🎉"); | ||
let msg = json!({ | ||
"Edit": { | ||
"revision": 0, | ||
"operation": operation | ||
} | ||
}); | ||
info!("sending ClientMsg {}", msg); | ||
client.send(&msg).await; | ||
client.recv().await?; | ||
|
||
let cursors = json!({ | ||
"cursors": [0, 1, 2, 3], | ||
"selections": [[0, 1], [2, 3]] | ||
}); | ||
client.send(&json!({ "CursorData": cursors })).await; | ||
|
||
let cursors_resp = json!({ | ||
"UserCursor": { | ||
"id": 0, | ||
"data": cursors | ||
} | ||
}); | ||
assert_eq!(client.recv().await?, cursors_resp); | ||
|
||
let mut client2 = connect(&filter, "unicode").await?; | ||
assert_eq!(client2.recv().await?, json!({ "Identity": 1 })); | ||
client2.recv().await?; | ||
assert_eq!(client2.recv().await?, cursors_resp); | ||
|
||
let msg = json!({ | ||
"Edit": { | ||
"revision": 0, | ||
"operation": ["🎉"] | ||
} | ||
}); | ||
client2.send(&msg).await; | ||
|
||
let mut client3 = connect(&filter, "unicode").await?; | ||
assert_eq!(client3.recv().await?, json!({ "Identity": 2 })); | ||
client3.recv().await?; | ||
|
||
let transformed_cursors_resp = json!({ | ||
"UserCursor": { | ||
"id": 0, | ||
"data": { | ||
"cursors": [1, 2, 3, 4], | ||
"selections": [[1, 2], [3, 4]] | ||
} | ||
} | ||
}); | ||
assert_eq!(client3.recv().await?, transformed_cursors_resp); | ||
|
||
Ok(()) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.