Skip to content

Commit

Permalink
remove random e
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroo committed Nov 23, 2023
1 parent 7afc959 commit 288f967
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parser/src/cfg/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@ fn parse_all_defcfg() {
linux-x11-repeat-delay-rate 400,50
windows-altgr add-lctl-release
windows-interception-mouse-hwid "70, 0, 60, 0"
)e
)
(defsrc a)
(deflayer base a)
"#;
Expand All @@ -1252,11 +1252,11 @@ fn parse_all_defcfg() {

#[test]
fn parse_unmod() {
let _lk = match CFG_PARSE_LOCK.lock() {
let _lk = match CFG_PARSE_LOCK.lock() {
Ok(guard) => guard,
Err(poisoned) => poisoned.into_inner(),
};

let source = r#"
(defsrc a b c d)
(deflayer base
Expand Down

0 comments on commit 288f967

Please sign in to comment.