Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Oct 30, 2024
1 parent ddae285 commit 2c80827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ mod tests {
];

assert_eq!(
PostScriptOp::encode(&ops),
&PostScriptOp::encode(&ops).to_bytes(),
b"{ 3.0 2.0 mul exch dup 0.0 ge { 1.0 add } {neg} ifelse add }"
);
}
Expand Down

0 comments on commit 2c80827

Please sign in to comment.