summaryrefslogtreecommitdiff
path: root/tests/src/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/tests.rs')
-rw-r--r--tests/src/tests.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/tests.rs b/tests/src/tests.rs
index eae0126d..a86715ef 100644
--- a/tests/src/tests.rs
+++ b/tests/src/tests.rs
@@ -146,8 +146,8 @@ impl Args {
}
fn library() -> Library {
- /// Category: test
/// Display: Test
+ /// Category: test
#[func]
fn test(args: &mut typst::eval::Args) -> SourceResult<Value> {
let lhs = args.expect::<Value>("left-hand side")?;
@@ -158,8 +158,8 @@ fn library() -> Library {
Ok(Value::None)
}
- /// Category: test
/// Display: Print
+ /// Category: test
#[func]
fn print(args: &mut typst::eval::Args) -> SourceResult<Value> {
print!("> ");