Skip to content

Commit 1528ef2

Browse files
committed
Use better BIDI examples.
Fixes #75.
1 parent 1e24486 commit 1528ef2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spec/index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -521,13 +521,14 @@ <h3>Quoted Literals</h3>
521521
show:218 rdfs:label "That Seventies Show"^^<http://www.w3.org/2001/XMLSchema#string> . # same as above
522522
show:218 rdfs:label "That Seventies Show" . # same again
523523
show:218 show:localName "That Seventies Show"@en . # literal with a language tag
524-
show:218 show:localName "That Seventies Show"@en--ltr . # literal with a language tag and base direction
524+
show:218 show:localName "HTML היא שפת סימון."@he--rtl . # literal with a language tag and base direction
525525
show:218 show:localName "That Seventies Show"@en-us--ltr . # literal with a language tag, region subtag, and base direction
526526
show:218 show:localName 'Cette Série des Années Soixante-dix'@fr . # literal delimited by single quote
527527
show:218 show:localName "Cette Série des Années Septante"@fr-be . # literal with a region subtag
528528
show:218 show:blurb '''This is a multi-line # literal with embedded new lines and quotes
529-
literal with many quotes (""""")
530-
and up to two sequential apostrophes ('').''' .
529+
literal with many quotes (""""")
530+
and up to two sequential apostrophes ('').''' .
531+
show:218 show:blurb "HTML و CSS: تصميم و إنشاء مواقع الويب"@ar--rtl.
531532
-->
532533
</pre>
533534
</section>

0 commit comments

Comments
 (0)