From 7b7e43f55981246cd2b4983460c5382baa94390e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 30 Apr 2012 16:49:59 -0700 Subject: [PATCH] tests: Fix Emacs syntax highlighting in vlog.at. [^"] confuses the Emacs syntax highlighter for Autotest mode. It thinks that it terminates a quoted string and therefore everything following the next " in the file is highlighted as if it was part of a quoted string. Signed-off-by: Ben Pfaff --- tests/vlog.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vlog.at b/tests/vlog.at index bb3b3c108..597c27acd 100644 --- a/tests/vlog.at +++ b/tests/vlog.at @@ -11,7 +11,7 @@ AT_CAPTURE_FILE([stderr_log]) AT_CHECK([diff log_file stderr_log]) AT_CHECK([sed -e 's/.* .* ..:..:..|//' \ --e 's/File "[[^"]]*", line [[0-9]][[0-9]]*,/File , line ,/' \ +-e 's/File ".*", line [[0-9]][[0-9]]*,/File , line ,/' \ stderr_log], [0], [dnl 0|module_0|EMER|emergency 1|module_0|ERR|error -- 2.43.0