diff options
Diffstat (limited to 'tests/format-highlight.html')
-rw-r--r-- | tests/format-highlight.html | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/tests/format-highlight.html b/tests/format-highlight.html index ee70147..62ddfe5 100644 --- a/tests/format-highlight.html +++ b/tests/format-highlight.html @@ -755,4 +755,32 @@ <span style="font-weight:bold;">AND</span> ( ( (<span style="color: #333;">SomeOtherColumn</span> <span >=</span> <span style="color: green;">2</span>)<span >;</span> -<span style="background-color: red;">WARNING: unclosed parentheses or section</span></pre>
\ No newline at end of file +<span style="background-color: red;">WARNING: unclosed parentheses or section</span></pre> + +<pre style="color: black; background-color: white;"><span style="font-weight:bold;">SELECT</span> + <span >*</span> +<span style="font-weight:bold;">LIMIT</span> + <span style="color: green;">1</span><span >;</span> +<span style="font-weight:bold;">SELECT</span> + <span style="color: #333;">a</span><span >,</span> + <span style="color: #333;">b</span><span >,</span> + <span style="color: #333;">c</span><span >,</span> + <span style="color: #333;">d</span> +<span style="font-weight:bold;">FROM</span> + <span style="color: #333;">e</span> +<span style="font-weight:bold;">LIMIT</span> + <span style="color: green;">1</span><span >,</span> <span style="color: green;">2</span><span >;</span> +<span style="font-weight:bold;">SELECT</span> + <span style="color: green;">1</span><span >,</span> + <span style="color: green;">2</span><span >,</span> + <span style="color: green;">3</span> +<span style="font-weight:bold;">WHERE</span> + <span style="color: #333;">a</span> <span style="font-weight:bold;">in</span> (<span style="color: green;">1</span><span >,</span> <span style="color: green;">2</span><span >,</span> <span style="color: green;">3</span><span >,</span> <span style="color: green;">4</span><span >,</span> <span style="color: green;">5</span>) + <span style="font-weight:bold;">and</span> <span style="color: #333;">b</span> <span >=</span> <span style="color: green;">5</span><span >;</span></pre> + +<pre style="color: black; background-color: white;"><span style="font-weight:bold;">SELECT</span> + <span style="color: orange;">@"weird variable name"</span><span >;</span></pre> + +<pre style="color: black; background-color: white;"><span style="font-weight:bold;">SELECT</span> + <span style="color: blue;">"no closing quote +</span></pre>
\ No newline at end of file |