diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2024-01-26 23:58:42 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-01-26 23:58:42 -0800 |
| commit | 8d09c4aff4dd2257c9732ca78b6911eb3348481f (patch) | |
| tree | 432ff8eec5a51282b7584eecba45cdd87eed6f62 /test/epub/features.native | |
| parent | ebed209627ceb6670a43cb66aba21d1b653092a8 (diff) | |
EPUB reader: don't put `#` characters in identifiers.
Diffstat (limited to 'test/epub/features.native')
| -rw-r--r-- | test/epub/features.native | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/test/epub/features.native b/test/epub/features.native index 2a4580092..ef3c8f942 100644 --- a/test/epub/features.native +++ b/test/epub/features.native @@ -563,10 +563,10 @@ ( "" , [ "section" ] , [] ) [ Header 2 - ( "content-mathml-001.xhtml#mathml" , [] , [] ) + ( "content-mathml-001.xhtml_mathml" , [] , [] ) [ Str "MathML" ] , Div - ( "content-mathml-001.xhtml#mathml-010" + ( "content-mathml-001.xhtml_mathml-010" , [ "section" , "ctest" ] , [] ) @@ -640,7 +640,7 @@ ] ] , Div - ( "content-mathml-001.xhtml#mathml-020" + ( "content-mathml-001.xhtml_mathml-020" , [ "section" , "otest" ] , [] ) @@ -766,7 +766,7 @@ ] ] , Div - ( "content-mathml-001.xhtml#mathml-021" + ( "content-mathml-001.xhtml_mathml-021" , [ "section" , "otest" ] , [] ) @@ -894,7 +894,7 @@ ] ] , Div - ( "content-mathml-001.xhtml#mathml-022" + ( "content-mathml-001.xhtml_mathml-022" , [ "section" , "otest" ] , [] ) @@ -1012,7 +1012,7 @@ ] ] , Div - ( "content-mathml-001.xhtml#mathml-023" + ( "content-mathml-001.xhtml_mathml-023" , [ "section" , "otest" ] , [] ) @@ -1132,7 +1132,7 @@ ] ] , Div - ( "content-mathml-001.xhtml#mathml-024" + ( "content-mathml-001.xhtml_mathml-024" , [ "section" , "ctest" ] , [] ) @@ -1207,7 +1207,7 @@ ] ] , Div - ( "content-mathml-001.xhtml#mathml-025" + ( "content-mathml-001.xhtml_mathml-025" , [ "section" , "ctest" ] , [] ) @@ -1312,7 +1312,7 @@ ] ] , Div - ( "content-mathml-001.xhtml#mathml-026" + ( "content-mathml-001.xhtml_mathml-026" , [ "section" , "ctest" ] , [] ) @@ -1379,7 +1379,7 @@ ] ] , Div - ( "content-mathml-001.xhtml#mathml-027" + ( "content-mathml-001.xhtml_mathml-027" , [ "section" , "ctest" ] , [] ) @@ -1478,14 +1478,14 @@ ] , Para [ Span ( "content-switch-001.xhtml" , [] , [] ) [] ] , Div - ( "content-switch-001.xhtml#epub-switch" + ( "content-switch-001.xhtml_epub-switch" , [ "section" ] , [] ) [ Header 3 ( "" , [] , [] ) [ Code ( "" , [] , [] ) "epub:switch" ] , Div - ( "content-switch-001.xhtml#switch-010" + ( "content-switch-001.xhtml_switch-010" , [ "section" , "ctest" ] , [] ) @@ -1582,7 +1582,7 @@ ] ] , Div - ( "content-switch-001.xhtml#switch-020" + ( "content-switch-001.xhtml_switch-020" , [ "section" , "otest" ] , [] ) |
