-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To expect the 'inferred' group for snippets
- Loading branch information
Showing
6 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
plugin/src/sbt-test/paradox/snippets/expected/configured-bases.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<pre class="prettyprint"><code class="language-scala">val foo = 42</code></pre> | ||
<pre class="prettyprint"><code class="language-scala">val foo = 42</code></pre> | ||
<pre class="prettyprint"><code class="language-scala">val foo = 42</code></pre> | ||
<pre class="prettyprint"><code class="language-scala">val foo = 42</code></pre> | ||
<pre class="prettyprint group-scala"><code class="language-scala">val foo = 42</code></pre> | ||
<pre class="prettyprint group-scala"><code class="language-scala">val foo = 42</code></pre> | ||
<pre class="prettyprint group-scala"><code class="language-scala">val foo = 42</code></pre> | ||
<pre class="prettyprint group-scala"><code class="language-scala">val foo = 42</code></pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<pre class="prettyprint"><code class="language-conf"># This should be included | ||
<pre class="prettyprint group-conf"><code class="language-conf"># This should be included | ||
#and this as well | ||
|
||
snippets { | ||
# this snip is a snap | ||
snip = "snap" | ||
}</code></pre> | ||
<pre class="prettyprint"><code class="language-conf"># this snip is a snap | ||
<pre class="prettyprint group-conf"><code class="language-conf"># this snip is a snap | ||
snip = "snap"</code></pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<pre class="prettyprint"><code class="language-scala">def indented = { | ||
<pre class="prettyprint group-scala"><code class="language-scala">def indented = { | ||
1 + 2 | ||
}</code></pre> | ||
<pre class="prettyprint"><code class="language-conf">snippets { | ||
<pre class="prettyprint group-conf"><code class="language-conf">snippets { | ||
test = 1 | ||
}</code></pre> | ||
<pre class="prettyprint"><code class="language-scala">val symbols = Seq('symbols, Symbol("@"), 'EOL)</code></pre> | ||
<pre class="prettyprint"><code class="language-scala">val spacy = "Please do not remove ending spaces after these markers"</code></pre> | ||
<pre class="prettyprint group-scala"><code class="language-scala">val symbols = Seq('symbols, Symbol("@"), 'EOL)</code></pre> | ||
<pre class="prettyprint group-scala"><code class="language-scala">val spacy = "Please do not remove ending spaces after these markers"</code></pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<pre class="prettyprint"><code class="language-xml"><bar> | ||
<pre class="prettyprint group-xml"><code class="language-xml"><bar> | ||
XML FTW | ||
</bar></code></pre> |