From 50c2c38624cf31b00301d3c1198df75298db9f75 Mon Sep 17 00:00:00 2001 From: Dmitry Gridin Date: Wed, 26 Feb 2020 12:38:25 +0700 Subject: [PATCH] Tests: fix some tests in formatter for AS --- .../formatter/callChain/CallChainWrappingChopDown.after.inv.kt | 1 + .../formatter/callChain/CallChainWrappingChopDown.after.kt | 1 + idea/testData/formatter/callChain/CallChainWrappingChopDown.kt | 1 + 3 files changed, 3 insertions(+) diff --git a/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.inv.kt b/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.inv.kt index 91628a5ba5d..306b7db9490 100644 --- a/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.inv.kt +++ b/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.inv.kt @@ -335,3 +335,4 @@ val x19 = (a() // SET_INT: METHOD_CALL_CHAIN_WRAP = 5 // SET_FALSE: WRAP_FIRST_METHOD_IN_CALL_CHAIN // SET_FALSE: CONTINUATION_INDENT_FOR_CHAINED_CALLS +// RIGHT_MARGIN: 120 \ No newline at end of file diff --git a/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.kt b/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.kt index 50529f0d737..23a892c088b 100644 --- a/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.kt +++ b/idea/testData/formatter/callChain/CallChainWrappingChopDown.after.kt @@ -316,3 +316,4 @@ val x19 = (a().awswswswswswswswwawswswswswswswswwawswswswswswswswwawswswswswswsw // SET_INT: METHOD_CALL_CHAIN_WRAP = 5 // SET_FALSE: WRAP_FIRST_METHOD_IN_CALL_CHAIN // SET_FALSE: CONTINUATION_INDENT_FOR_CHAINED_CALLS +// RIGHT_MARGIN: 120 \ No newline at end of file diff --git a/idea/testData/formatter/callChain/CallChainWrappingChopDown.kt b/idea/testData/formatter/callChain/CallChainWrappingChopDown.kt index 68263dd1843..61159fc5106 100644 --- a/idea/testData/formatter/callChain/CallChainWrappingChopDown.kt +++ b/idea/testData/formatter/callChain/CallChainWrappingChopDown.kt @@ -78,3 +78,4 @@ val x19 = (a().awswswswswswswswwawswswswswswswswwawswswswswswswswwawswswswswswsw // SET_INT: METHOD_CALL_CHAIN_WRAP = 5 // SET_FALSE: WRAP_FIRST_METHOD_IN_CALL_CHAIN // SET_FALSE: CONTINUATION_INDENT_FOR_CHAINED_CALLS +// RIGHT_MARGIN: 120 \ No newline at end of file