mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
9 lines
90 B
Text
9 lines
90 B
Text
|
|
# Bad comments case
|
||
|
|
|
||
|
|
section {
|
||
|
|
# key = value;
|
||
|
|
}
|
||
|
|
.include(try=true) "./1.in"
|
||
|
|
|
||
|
|
key = value;
|