diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-15 01:41:13 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-15 01:41:13 +0800 |
| commit | 002f3fd390f64b1d7632f8530a0db81d45edf6c2 (patch) | |
| tree | b5641d2ed0b074d5cd0255093efe2d0ce96635a5 /examples/example-unit-test | |
| parent | acd670b5b3480471824aecb28922f8912123802e (diff) | |
Reorder file lists in example page configs
Diffstat (limited to 'examples/example-unit-test')
| -rw-r--r-- | examples/example-unit-test/page.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-unit-test/page.toml b/examples/example-unit-test/page.toml index d778d49..d8a248c 100644 --- a/examples/example-unit-test/page.toml +++ b/examples/example-unit-test/page.toml @@ -7,4 +7,4 @@ desc = """ Shows how to write unit tests for Chain and Renderer functions using the `entry!` macro and assertion helpers. """ tags = ["testing", "extra_macros"] -files = ["Cargo.toml", "src/main.rs"] +files = ["src/main.rs", "Cargo.toml"] |
