metanorma-standoc 1.11.0.1 → 1.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +2 -0
- data/lib/asciidoctor/standoc/base.rb +4 -100
- data/lib/asciidoctor/standoc/blocks.rb +1 -1
- data/lib/asciidoctor/standoc/cleanup.rb +2 -1
- data/lib/asciidoctor/standoc/cleanup_block.rb +1 -2
- data/lib/asciidoctor/standoc/cleanup_boilerplate.rb +28 -20
- data/lib/asciidoctor/standoc/cleanup_inline.rb +14 -4
- data/lib/asciidoctor/standoc/cleanup_ref_dl.rb +25 -15
- data/lib/asciidoctor/standoc/cleanup_reqt.rb +3 -3
- data/lib/asciidoctor/standoc/cleanup_section_names.rb +2 -2
- data/lib/asciidoctor/standoc/cleanup_terms.rb +58 -21
- data/lib/asciidoctor/standoc/cleanup_terms_designations.rb +58 -21
- data/lib/asciidoctor/standoc/cleanup_text.rb +23 -0
- data/lib/asciidoctor/standoc/datamodel/attributes_table_preprocessor.rb +6 -6
- data/lib/asciidoctor/standoc/front.rb +13 -9
- data/lib/asciidoctor/standoc/inline.rb +13 -11
- data/lib/asciidoctor/standoc/isodoc.rng +73 -19
- data/lib/asciidoctor/standoc/lists.rb +1 -3
- data/lib/asciidoctor/standoc/ref.rb +101 -75
- data/lib/asciidoctor/standoc/ref_date_id.rb +30 -1
- data/lib/asciidoctor/standoc/ref_sect.rb +16 -6
- data/lib/asciidoctor/standoc/render.rb +115 -0
- data/lib/asciidoctor/standoc/reqt.rb +1 -1
- data/lib/asciidoctor/standoc/section.rb +33 -15
- data/lib/asciidoctor/standoc/terms.rb +7 -1
- data/lib/asciidoctor/standoc/utils.rb +0 -16
- data/lib/asciidoctor/standoc/validate.rb +1 -1
- data/lib/isodoc/html/htmlstyle.css +20 -11
- data/lib/isodoc/html/htmlstyle.scss +11 -11
- data/lib/metanorma/standoc/version.rb +1 -1
- data/metanorma-standoc.gemspec +3 -3
- data/spec/asciidoctor/base_spec.rb +48 -0
- data/spec/asciidoctor/blocks_spec.rb +99 -17
- data/spec/asciidoctor/cleanup_blocks_spec.rb +24 -0
- data/spec/asciidoctor/cleanup_sections_spec.rb +1 -1
- data/spec/asciidoctor/cleanup_spec.rb +6 -6
- data/spec/asciidoctor/cleanup_terms_spec.rb +556 -89
- data/spec/asciidoctor/datamodel/attributes_table_preprocessor_spec.rb +21 -21
- data/spec/asciidoctor/datamodel/diagram_preprocessor_spec.rb +16 -16
- data/spec/asciidoctor/inline_spec.rb +174 -5
- data/spec/asciidoctor/isobib_cache_spec.rb +4 -8
- data/spec/asciidoctor/macros_spec.rb +2 -2
- data/spec/asciidoctor/refs_dl_spec.rb +4 -4
- data/spec/asciidoctor/refs_spec.rb +889 -495
- data/spec/asciidoctor/section_spec.rb +64 -2
- data/spec/spec_helper.rb +2 -2
- data/spec/vcr_cassettes/dated_iso_ref_joint_iso_iec.yml +182 -182
- data/spec/vcr_cassettes/dated_iso_ref_joint_iso_iec1.yml +12 -12
- data/spec/vcr_cassettes/isobib_get_123.yml +14 -14
- data/spec/vcr_cassettes/isobib_get_123_1.yml +99 -99
- data/spec/vcr_cassettes/isobib_get_123_1_fr.yml +107 -107
- data/spec/vcr_cassettes/isobib_get_123_2001.yml +14 -14
- data/spec/vcr_cassettes/isobib_get_124.yml +12 -12
- data/spec/vcr_cassettes/rfcbib_get_rfc8341.yml +14 -14
- data/spec/vcr_cassettes/separates_iev_citations_by_top_level_clause.yml +46 -46
- metadata +9 -8
@@ -41,29 +41,29 @@ http_interactions:
|
|
41
41
|
X-Xss-Protection:
|
42
42
|
- 1; mode=block
|
43
43
|
X-Github-Request-Id:
|
44
|
-
-
|
44
|
+
- 8FA6:58DD:77A45:100AC7:61C458E2
|
45
45
|
Accept-Ranges:
|
46
46
|
- bytes
|
47
47
|
Date:
|
48
|
-
-
|
48
|
+
- Thu, 23 Dec 2021 11:09:22 GMT
|
49
49
|
Via:
|
50
50
|
- 1.1 varnish
|
51
51
|
X-Served-By:
|
52
|
-
- cache-
|
52
|
+
- cache-mel11252-MEL
|
53
53
|
X-Cache:
|
54
54
|
- MISS
|
55
55
|
X-Cache-Hits:
|
56
56
|
- '0'
|
57
57
|
X-Timer:
|
58
|
-
-
|
58
|
+
- S1640257762.179782,VS0,VE294
|
59
59
|
Vary:
|
60
60
|
- Authorization,Accept-Encoding,Origin
|
61
61
|
Access-Control-Allow-Origin:
|
62
62
|
- "*"
|
63
63
|
X-Fastly-Request-Id:
|
64
|
-
-
|
64
|
+
- 5f263b506e8e1cfd5c6e8b12a67822672df50f6f
|
65
65
|
Expires:
|
66
|
-
-
|
66
|
+
- Thu, 23 Dec 2021 11:14:22 GMT
|
67
67
|
Source-Age:
|
68
68
|
- '0'
|
69
69
|
body:
|
@@ -84,7 +84,7 @@ http_interactions:
|
|
84
84
|
<seriesInfo name='DOI' value='10.17487/RFC8341'/>
|
85
85
|
</reference>
|
86
86
|
http_version:
|
87
|
-
recorded_at:
|
87
|
+
recorded_at: Thu, 23 Dec 2021 11:09:22 GMT
|
88
88
|
- request:
|
89
89
|
method: get
|
90
90
|
uri: https://raw.githubusercontent.com/relaton/relaton-data-ietf/master/data/reference.RFC.8341.xml
|
@@ -126,29 +126,29 @@ http_interactions:
|
|
126
126
|
X-Xss-Protection:
|
127
127
|
- 1; mode=block
|
128
128
|
X-Github-Request-Id:
|
129
|
-
-
|
129
|
+
- 8FA6:58DD:77A45:100AC7:61C458E2
|
130
130
|
Accept-Ranges:
|
131
131
|
- bytes
|
132
132
|
Date:
|
133
|
-
-
|
133
|
+
- Thu, 23 Dec 2021 11:09:22 GMT
|
134
134
|
Via:
|
135
135
|
- 1.1 varnish
|
136
136
|
X-Served-By:
|
137
|
-
- cache-
|
137
|
+
- cache-mel11263-MEL
|
138
138
|
X-Cache:
|
139
139
|
- HIT
|
140
140
|
X-Cache-Hits:
|
141
141
|
- '1'
|
142
142
|
X-Timer:
|
143
|
-
-
|
143
|
+
- S1640257762.191481,VS0,VE282
|
144
144
|
Vary:
|
145
145
|
- Authorization,Accept-Encoding,Origin
|
146
146
|
Access-Control-Allow-Origin:
|
147
147
|
- "*"
|
148
148
|
X-Fastly-Request-Id:
|
149
|
-
-
|
149
|
+
- 8962dd0f4e4fd503c62abc3d55b38b265e05f062
|
150
150
|
Expires:
|
151
|
-
-
|
151
|
+
- Thu, 23 Dec 2021 11:14:22 GMT
|
152
152
|
Source-Age:
|
153
153
|
- '0'
|
154
154
|
body:
|
@@ -169,5 +169,5 @@ http_interactions:
|
|
169
169
|
<seriesInfo name='DOI' value='10.17487/RFC8341'/>
|
170
170
|
</reference>
|
171
171
|
http_version:
|
172
|
-
recorded_at:
|
172
|
+
recorded_at: Thu, 23 Dec 2021 11:09:22 GMT
|
173
173
|
recorded_with: VCR 5.0.0
|