Commit Graph

7 Commits

Author SHA1 Message Date
Kogia-sima 8864d0258c Add tests for method name collision
cc #9
2020-06-13 23:04:14 +09:00
Kogia-sima ab4b0c99e6 Move include_rust test into unix module
This test fails on Windows because arguments in include! macro is
regarded as native path. This follows the std::include! macro behaviour.
2020-06-11 19:49:35 +09:00
Kogia-sima d7a2ff8008 Fix include! implementation for Rust file
Also add tests for including Rust file
2020-06-11 19:43:01 +09:00
Kogia-sima d302f30144 Format code 2020-06-11 19:42:22 +09:00
Kogia-sima 0612a28c50 Add rust_macro test 2020-06-11 19:18:51 +09:00
Kogia-sima d3320d41f0 Add test for nested comment block 2020-06-07 23:19:27 +09:00
Kogia-sima 17594088ae Rename test file (basic.rs => template_once.rs)
[skip ci]
2020-06-07 21:48:52 +09:00
Renamed from integration-tests/tests/basic.rs (Browse further)