mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 02:15:01 +01:00
restructure syntax
This commit is contained in:
parent
c916611bdc
commit
266eeb7327
96 changed files with 624 additions and 151 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#[macro_export]
|
||||
macro_rules! run_test {
|
||||
($name:ident, $code:expr) => {
|
||||
($(#[$attr:tt])* $name:ident, $code:expr) => {
|
||||
$(#[$attr])*
|
||||
#[test]
|
||||
fn $name() {
|
||||
let code = $code;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue