diff --git a/addons/settings/test_parse.sqf b/addons/settings/test_parse.sqf index 50e12056f..d28258f68 100644 --- a/addons/settings/test_parse.sqf +++ b/addons/settings/test_parse.sqf @@ -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] diff --git a/addons/settings/test_settings_comments.inc.sqf b/addons/settings/test_settings_comments.inc.sqf index c7f3da638..93588b841 100644 --- a/addons/settings/test_settings_comments.inc.sqf +++ b/addons/settings/test_settings_comments.inc.sqf @@ -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;