Skip to content

Commit

Permalink
Extra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb432 committed Aug 7, 2024
1 parent 825d586 commit f900816
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/settings/test_parse.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ _result = _settings isEqualTo [
["test2", "[true,false]", 1],
["test4", "[ ' t e s t ' , "" T E S T "" ]", 0],
["test8", "https://github.com/CBATeam/CBA_A3", 0],
["test11", "/* test */", 0],
["test14", "/* test /", 0],
["ace_advanced_ballistics_ammoTemperatureEnabled", true, 0],
["ace_advanced_ballistics_barrelLengthInfluenceEnabled", true, 2],
["ace_advanced_ballistics_bulletTraceEnabled", true, 1]
Expand Down
9 changes: 9 additions & 0 deletions addons/settings/test_settings_comments.inc.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ test8 = "https://github.com/CBATeam/CBA_A3";
test10 = "https://github.com/CBATeam/CBA_A3";
*/

test11 = "/* test */";
// test12 = "/* test */";

/*
test13 = "/* test /";
*/

test14 = "/* test /";

// ACE Advanced Ballistics
ace_advanced_ballistics_ammoTemperatureEnabled = true;
force force ace_advanced_ballistics_barrelLengthInfluenceEnabled = true;
Expand Down

0 comments on commit f900816

Please sign in to comment.