Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c917a8c

Browse files
C#: Removed invalid strings from example (PrismJS#2266)
C#'s example page contained some invalid strings.
1 parent 42b1546 commit c917a8c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎examples/prism-csharp.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ <h2>Comments</h2>
55

66
<h2>Strings</h2>
77
<pre><code>"foo \"bar\" baz"
8-
'foo \'bar\' baz'
98
@"Verbatim strings"
109
@"Luis: ""Patrick, where did you get that overnight bag?""
1110
Patrick: ""Jean Paul Gaultier.""";
12-
@'Luis: ''Patrick, where did you get that overnight bag?''
13-
Patrick: ''Jean Paul Gaultier.''';
1411
</code></pre>
1512

1613
<h2>Full example</h2>
@@ -57,4 +54,4 @@ <h2>Full example</h2>
5754
DialogResult dialogResult = form.ShowDialog();
5855
value = textBox.Text;
5956
return dialogResult;
60-
}</code></pre>
57+
}</code></pre>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /