diff options
author | VojtechStep <vojtechstepancik@outlook.com> | 2019-08-06 21:52:10 +0200 |
---|---|---|
committer | VojtechStep <vojtechstepancik@outlook.com> | 2019-08-06 21:52:10 +0200 |
commit | 1f9db05de259c4fb5862d449f1428d6183eadae2 (patch) | |
tree | 89c2615ca7c9d6896f3a7ce93256be0d6479bb5b /src | |
parent | bcad429a53cade02f7ec1ebf26c902e55a75acdc (diff) | |
download | r-alacritty-vte-1f9db05de259c4fb5862d449f1428d6183eadae2.tar.gz r-alacritty-vte-1f9db05de259c4fb5862d449f1428d6183eadae2.tar.bz2 r-alacritty-vte-1f9db05de259c4fb5862d449f1428d6183eadae2.zip |
Address stylistic issues
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -292,7 +292,6 @@ impl Parser { }, Action::Unhook => performer.unhook(), Action::CsiDispatch => { - self.params[self.num_params] = self.param; self.num_params += 1; @@ -552,7 +551,7 @@ mod tests { } #[test] - fn parse_trailing_semi() { + fn parse_csi_params_trailing_semicolon() { let mut dispatcher = CsiDispatcher::default(); let mut parser = Parser::new(); |