mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
8 lines
90 B
Text
8 lines
90 B
Text
# Bad comments case
|
|
|
|
section {
|
|
# key = value;
|
|
}
|
|
.include(try=true) "./1.in"
|
|
|
|
key = value;
|