@@ -39,7 +39,7 @@ final class HelpersTestsXLexicon: XCTestCase {
3939 let positive : Int = + 1
4040 let negative : Int = - 1
4141 //=--------------------------------------=
42- // MARK: Lexicons
42+ // Lexicons
4343 //=--------------------------------------=
4444 for scheme in standards {
4545 let style = int ( scheme) . sign ( strategy: . always( ) )
@@ -53,7 +53,7 @@ final class HelpersTestsXLexicon: XCTestCase {
5353 func testDigits( ) {
5454 let number : Int = 1234567890
5555 //=--------------------------------------=
56- // MARK: Lexicons
56+ // Lexicons
5757 //=--------------------------------------=
5858 for scheme in standards {
5959 let style = int ( scheme) . grouping ( . never)
@@ -65,7 +65,7 @@ final class HelpersTestsXLexicon: XCTestCase {
6565 func testGroupingSeparators( ) {
6666 let number : Int = 1234567890
6767 //=--------------------------------------=
68- // MARK: Lexicons
68+ // Lexicons
6969 //=--------------------------------------=
7070 for scheme in standards {
7171 let style = int ( scheme) . grouping ( . automatic)
@@ -77,7 +77,7 @@ final class HelpersTestsXLexicon: XCTestCase {
7777 func testFractionSeparators( ) {
7878 let number : Double = 0.123
7979 //=--------------------------------------=
80- // MARK: Lexicons
80+ // Lexicons
8181 //=--------------------------------------=
8282 for scheme in standards {
8383 let style = double ( scheme) . decimalSeparator ( strategy: . always)
0 commit comments