Skip to content

Instantly share code, notes, and snippets.

@andoriyu
Created April 7, 2020 20:44
Show Gist options
  • Save andoriyu/9faefca1441d97bcdf8148b5e6260a62 to your computer and use it in GitHub Desktop.
Save andoriyu/9faefca1441d97bcdf8148b5e6260a62 to your computer and use it in GitHub Desktop.
---- raw::parser::test::basic_vars_handler stdout ----
[src/raw/parser.rs:256] (data, len) = (
0x0000000801c98052,
3,
)
[src/raw/parser.rs:265] &var = "WWW"
[src/raw/parser.rs:268] test.as_bytes() = [
97,
115,
100,
97,
115,
100,
]
[src/raw/parser.rs:256] (data, len) = (
0x0000000801c98050,
3,
)
[src/raw/parser.rs:265] &var = "${W"
[src/raw/parser.rs:268] test.as_bytes() = [
97,
115,
100,
97,
115,
100,
]
[src/raw/parser.rs:299] &looked_upobject = ObjectRef {
string_value: "${WWW}",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment