summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahmubashshir@gmail.com>2024-11-15 14:24:08 +0600
committerLibravatar Mubashshir <ahmubashshir@gmail.com>2024-11-15 14:25:00 +0600
commit09499e86709e3499243c19966b02459a28deb191 (patch)
tree7be3a96eaa7a37d6fa2a571c760d385d5dcba56b /src
parentd4c8acb4dd621cb95c3c22020b3c546bcb5d5a2d (diff)
downloadlog-parser-09499e86709e3499243c19966b02459a28deb191.tar.gz
log-parser-09499e86709e3499243c19966b02459a28deb191.zip
Update test files
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/system.yy4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/system.yy b/src/system.yy
index 5ee7f96..d22ebd6 100644
--- a/src/system.yy
+++ b/src/system.yy
@@ -82,7 +82,9 @@ version_block:
legacy = false;
cout << "ver\t" << $3 << "\t" << $5 << endl;
}
- | /* legacy */ { }
+ | /* legacy */ {
+ cout << "ver\tlegacy" << endl;
+ }
;
data_list: