tests: Fix Emacs syntax highlighting in vlog.at.
authorBen Pfaff <blp@nicira.com>
Mon, 30 Apr 2012 23:49:59 +0000 (16:49 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 May 2012 17:17:04 +0000 (10:17 -0700)
commit7b7e43f55981246cd2b4983460c5382baa94390e
tree55ae2974ffbbc3dff0fa6e881e0acd92e328d3b0
parent853d10830faccd9a8d37780d2f957aaba40105d5
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 <blp@nicira.com>
tests/vlog.at