mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-08 17:39:19 +00:00
23 lines
259 B
INI
23 lines
259 B
INI
[DEFAULT]
|
|
skip-if = os == 'win' && debug # a pesky comment
|
|
|
|
|
|
[test1]
|
|
skip-if = debug
|
|
|
|
[test2]
|
|
skip-if = os == 'linux'
|
|
|
|
[test3]
|
|
skip-if = os == 'win'
|
|
|
|
[test4]
|
|
skip-if = os == 'win' && debug
|
|
|
|
[test5]
|
|
foo = bar
|
|
|
|
[test6]
|
|
skip-if = debug # a second pesky comment
|
|
|