From 5badb4e8ff1f8e055f5c1960d1d9803ee4d832fc Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 9 Feb 2020 14:13:00 +0100 Subject: =?UTF-8?q?Write=20lots=20of=20parser=20tests=20=F0=9F=8C=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/actions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layout') diff --git a/src/layout/actions.rs b/src/layout/actions.rs index 0abef5f9..8b50edfa 100644 --- a/src/layout/actions.rs +++ b/src/layout/actions.rs @@ -60,7 +60,7 @@ impl Debug for LayoutAction { use LayoutAction::*; match self { MoveAbsolute(s) => write!(f, "move {} {}", s.x, s.y), - SetFont(i, s) => write!(f, "font {}_{} {}", i.id, i.variant, s), + SetFont(i, s) => write!(f, "font {}-{} {}", i.id, i.variant, s), WriteText(s) => write!(f, "write {:?}", s), DebugBox(s) => write!(f, "box {} {}", s.x, s.y), } -- cgit v1.2.3