aboutsummaryrefslogtreecommitdiffstats
path: root/tests/init.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-08 11:02:10 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-08 11:02:10 -0500
commitd743018c4c0ae459a9586898a4dca132eecad3cb (patch)
treef124a8b19fa4e965b71891fb213c98bef5f895d3 /tests/init.rs
parentcadcb7fe6e4d5ca1d5e867f76e3e2bca742149fa (diff)
downloadvt100-rust-d743018c4c0ae459a9586898a4dca132eecad3cb.tar.gz
vt100-rust-d743018c4c0ae459a9586898a4dca132eecad3cb.zip
fix tests for the attribute reset change
Diffstat (limited to 'tests/init.rs')
-rw-r--r--tests/init.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.rs b/tests/init.rs
index f76ec49..7359c65 100644
--- a/tests/init.rs
+++ b/tests/init.rs
@@ -18,7 +18,7 @@ fn init() {
assert_eq!(parser.screen().contents(), "");
assert_eq!(
parser.screen().contents_formatted(),
- b"\x1b[?25h\x1b[H\x1b[J"
+ b"\x1b[?25h\x1b[m\x1b[H\x1b[J"
);
assert_eq!(parser.screen().title(), "");