diff --git a/.editorconfig b/.editorconfig index 4a08027..54cf52a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,7 +19,3 @@ max_line_length = 120 # Ignore some files and directories [**.md] max_line_length = 120 - -[*.xml] -indent_style = tab -tab_width = 4 diff --git a/src/test/resources/test.properties b/src/test/resources/test.properties index 09ea3a1..0262d33 100644 --- a/src/test/resources/test.properties +++ b/src/test/resources/test.properties @@ -4,3 +4,4 @@ testVariable=testVariable_test fromVariable=${testVariable} comboVariable=${HOME}/${fromVariable} pathToTestResource=src/test/resources/test_resource_1.xml +NOTFOUND=${env:NOTFOUND} diff --git a/src/test/resources/test_resource_1.xml b/src/test/resources/test_resource_1.xml index a8f1161..67b6675 100644 --- a/src/test/resources/test_resource_1.xml +++ b/src/test/resources/test_resource_1.xml @@ -1,11 +1,11 @@ - Test Value - - - - Item 1 - Item 2 - Item 3 - + Test Value + + + + Item 1 + Item 2 + Item 3 + diff --git a/src/test/resources/test_resource_2.xml b/src/test/resources/test_resource_2.xml index 9fef15a..9c250d3 100644 --- a/src/test/resources/test_resource_2.xml +++ b/src/test/resources/test_resource_2.xml @@ -1,114 +1,115 @@ - - 847534862.7138538 - - hurry - -760663715.3198619 - -169042660.14357662 - - -1751679272.9728546 - - 1182872084 - paper - - - explain - 171076010 - - rule - - -830581737.1581974 - - won - -891812504.9826379 - -508279179.8953848 - -1200207994.5608807 - - -525765176 - - - -1720201318.7792978 - - ahead - - - somehow - - -102280292 - -884583162.4387274 - - circus - - -1969714202.4118438 - 264412098 - space - - central - rhythm - trace - - - 2130746647 - 1372216386 - - direct - - serve - 20533790.477821827 - lack - - - 1366952705 - - health - - -136600352 - - - 1444060143.9360352 - - - bit - - - -1183164485.6867423 - 1110789776.4119525 - - -334554486 - - - -481537796 - - - - stay - - jack - - - closely - - -1922861334.0025291 - - rain - - -1882643949 - - -1164962058.2512355 - - - golden - - - -734366760 - 1267896792.8050342 - - longer - - story - - - -1484135036.1916447 - + + 847534862.7138538 + + hurry + -760663715.3198619 + -169042660.14357662 + + -1751679272.9728546 + + 1182872084 + paper + + + explain + 171076010 + + rule + + -830581737.1581974 + + won + -891812504.9826379 + -508279179.8953848 + -1200207994.5608807 + + -525765176 + + + + -1720201318.7792978 + + ahead + + + somehow + + -102280292 + -884583162.4387274 + + circus + + -1969714202.4118438 + 264412098 + space + + central + rhythm + trace + + + 2130746647 + 1372216386 + + direct + + serve + 20533790.477821827 + lack + + + 1366952705 + + health + + -136600352 + + + 1444060143.9360352 + + + bit + + + -1183164485.6867423 + 1110789776.4119525 + + -334554486 + + + -481537796 + + + + stay + + jack + + + closely + + -1922861334.0025291 + + rain + + -1882643949 + + -1164962058.2512355 + + + golden + + + -734366760 + 1267896792.8050342 + + longer + + story + + + -1484135036.1916447 +