From fcb9175886cf402bd6d54acdc4d368d174fdb5f7 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Fri, 21 Apr 2017 12:44:26 +0200 Subject: [PATCH] Update test expectations To expect the 'inferred' group for snippets --- .../paradox/snippets/expected/configured-bases.html | 8 ++++---- .../src/sbt-test/paradox/snippets/expected/multiple.html | 6 +++--- plugin/src/sbt-test/paradox/snippets/expected/nocode.html | 2 +- .../src/sbt-test/paradox/snippets/expected/reference.html | 4 ++-- .../src/sbt-test/paradox/snippets/expected/snippets.html | 8 ++++---- .../src/sbt-test/paradox/snippets/expected/some-xml.html | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/plugin/src/sbt-test/paradox/snippets/expected/configured-bases.html b/plugin/src/sbt-test/paradox/snippets/expected/configured-bases.html index 8ad3a6b3..c10ce2ce 100644 --- a/plugin/src/sbt-test/paradox/snippets/expected/configured-bases.html +++ b/plugin/src/sbt-test/paradox/snippets/expected/configured-bases.html @@ -1,4 +1,4 @@ -
val foo = 42
-
val foo = 42
-
val foo = 42
-
val foo = 42
\ No newline at end of file +
val foo = 42
+
val foo = 42
+
val foo = 42
+
val foo = 42
\ No newline at end of file diff --git a/plugin/src/sbt-test/paradox/snippets/expected/multiple.html b/plugin/src/sbt-test/paradox/snippets/expected/multiple.html index 717998d5..b0d2865e 100644 --- a/plugin/src/sbt-test/paradox/snippets/expected/multiple.html +++ b/plugin/src/sbt-test/paradox/snippets/expected/multiple.html @@ -1,10 +1,10 @@ -
import scala.concurrent.duration._
+
import scala.concurrent.duration._
 
 case class Measurement(method: Method, duration: Duration)
-
import scala.util.Try
+
import scala.util.Try
 
 def parseInt(s: String): Option[Int] = Try(s.toInt).toOption
-
# HTTP Configuration
+
# HTTP Configuration
 http {
   port=80
   host=0.0.0.0
diff --git a/plugin/src/sbt-test/paradox/snippets/expected/nocode.html b/plugin/src/sbt-test/paradox/snippets/expected/nocode.html
index 6b838a24..5e9fb819 100644
--- a/plugin/src/sbt-test/paradox/snippets/expected/nocode.html
+++ b/plugin/src/sbt-test/paradox/snippets/expected/nocode.html
@@ -1,4 +1,4 @@
-
certpath: -Using checker7 ... [sun.security.provider.certpath.RevocationChecker]
+
certpath: -Using checker7 ... [sun.security.provider.certpath.RevocationChecker]
 certpath: connecting to OCSP service at: http://gtssl2-ocsp.geotrust.com
 certpath: OCSP response status: SUCCESSFUL
 certpath: OCSP response type: basic
diff --git a/plugin/src/sbt-test/paradox/snippets/expected/reference.html b/plugin/src/sbt-test/paradox/snippets/expected/reference.html
index bdaab0f8..c96851aa 100644
--- a/plugin/src/sbt-test/paradox/snippets/expected/reference.html
+++ b/plugin/src/sbt-test/paradox/snippets/expected/reference.html
@@ -1,9 +1,9 @@
-
# This should be included
+
# This should be included
 #and this as well
 
 snippets {
   # this snip is a snap
   snip = "snap"
 }
-
# this snip is a snap
+
# this snip is a snap
 snip = "snap"
diff --git a/plugin/src/sbt-test/paradox/snippets/expected/snippets.html b/plugin/src/sbt-test/paradox/snippets/expected/snippets.html index bc16abac..8a343915 100644 --- a/plugin/src/sbt-test/paradox/snippets/expected/snippets.html +++ b/plugin/src/sbt-test/paradox/snippets/expected/snippets.html @@ -1,8 +1,8 @@ -
def indented = {
+
def indented = {
   1 + 2
 }
-
snippets {
+
snippets {
   test = 1
 }
-
val symbols = Seq('symbols, Symbol("@"), 'EOL)
-
val spacy = "Please do not remove ending spaces after these markers"
+
val symbols = Seq('symbols, Symbol("@"), 'EOL)
+
val spacy = "Please do not remove ending spaces after these markers"
diff --git a/plugin/src/sbt-test/paradox/snippets/expected/some-xml.html b/plugin/src/sbt-test/paradox/snippets/expected/some-xml.html index aa75dc31..8118450f 100644 --- a/plugin/src/sbt-test/paradox/snippets/expected/some-xml.html +++ b/plugin/src/sbt-test/paradox/snippets/expected/some-xml.html @@ -1,3 +1,3 @@ -
<bar>
+
<bar>
     XML FTW
 </bar>