From 8ebe16c9b2f2855635b4f4ae0a5ff41d77cd86b0 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Wed, 20 Dec 2017 20:42:10 +0300 Subject: [PATCH] Minor: reformat XML --- .../inspectionData/expected.xml | 170 +++++++++--------- 1 file changed, 90 insertions(+), 80 deletions(-) diff --git a/idea/testData/inspectionsLocal/simplifyNegatedBinaryExpression/inspectionData/expected.xml b/idea/testData/inspectionsLocal/simplifyNegatedBinaryExpression/inspectionData/expected.xml index e6a3192f012..e0c1be3d269 100644 --- a/idea/testData/inspectionsLocal/simplifyNegatedBinaryExpression/inspectionData/expected.xml +++ b/idea/testData/inspectionsLocal/simplifyNegatedBinaryExpression/inspectionData/expected.xml @@ -1,93 +1,103 @@ - - notIs.kt - 3 - light_idea_test_case - - Negated boolean expression that can be simplified - Negated expression can be simplified - + + notIs.kt + 3 + light_idea_test_case + + Negated boolean expression that can be simplified + + Negated expression can be simplified + - - notIn.kt - 8 - light_idea_test_case - - Negated boolean expression that can be simplified - Negated expression can be simplified - + + notIn.kt + 8 + light_idea_test_case + + Negated boolean expression that can be simplified + + Negated expression can be simplified + - - notEquals.kt - 3 - light_idea_test_case - - Negated boolean expression that can be simplified - Negated expression can be simplified - + + notEquals.kt + 3 + light_idea_test_case + + Negated boolean expression that can be simplified + + Negated expression can be simplified + - - lessThanOrEquals.kt - 3 - light_idea_test_case - - Negated boolean expression that can be simplified - Negated expression can be simplified - + + lessThanOrEquals.kt + 3 + light_idea_test_case + + Negated boolean expression that can be simplified + + Negated expression can be simplified + - - lessThan.kt - 3 - light_idea_test_case - - Negated boolean expression that can be simplified - Negated expression can be simplified - + + lessThan.kt + 3 + light_idea_test_case + + Negated boolean expression that can be simplified + + Negated expression can be simplified + - - is.kt - 3 - light_idea_test_case - - Negated boolean expression that can be simplified - Negated expression can be simplified - + + is.kt + 3 + light_idea_test_case + + Negated boolean expression that can be simplified + + Negated expression can be simplified + - - in.kt - 8 - light_idea_test_case - - Negated boolean expression that can be simplified - Negated expression can be simplified - + + in.kt + 8 + light_idea_test_case + + Negated boolean expression that can be simplified + + Negated expression can be simplified + - - greaterThanOrEquals.kt - 3 - light_idea_test_case - - Negated boolean expression that can be simplified - Negated expression can be simplified - + + greaterThanOrEquals.kt + 3 + light_idea_test_case + + Negated boolean expression that can be simplified + + Negated expression can be simplified + - - greaterThan.kt - 3 - light_idea_test_case - - Negated boolean expression that can be simplified - Negated expression can be simplified - + + greaterThan.kt + 3 + light_idea_test_case + + Negated boolean expression that can be simplified + + Negated expression can be simplified + - - equals.kt - 3 - light_idea_test_case - - Negated boolean expression that can be simplified - Negated expression can be simplified - + + equals.kt + 3 + light_idea_test_case + + Negated boolean expression that can be simplified + + Negated expression can be simplified + \ No newline at end of file