We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f7ce0 commit 2b6172eCopy full SHA for 2b6172e
tests/tests.rs
@@ -322,7 +322,7 @@ fn test_error() -> Result<()> {
322
let return_string_error = globals.get::<Function>("return_string_error")?;
323
assert!(return_string_error.call::<Error>(()).is_ok());
324
325
- match lua.load("if you're happy and you know it syntax error").exec() {
+ match lua.load("if you are happy and you know it syntax error").exec() {
326
Err(Error::SyntaxError {
327
incomplete_input: false,
328
..
0 commit comments