Skip to content

Commit

Permalink
Avoid naming conflicts between TOC and Appendix B in CSDL spec
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Oct 26, 2023
1 parent 83c179e commit 2b92481
Show file tree
Hide file tree
Showing 7 changed files with 1,054 additions and 2,653 deletions.
434 changes: 217 additions & 217 deletions docs/odata-csdl-json/odata-csdl-json.html

Large diffs are not rendered by default.

424 changes: 212 additions & 212 deletions docs/odata-csdl-json/odata-csdl-json.md

Large diffs are not rendered by default.

618 changes: 309 additions & 309 deletions docs/odata-csdl-xml/odata-csdl-xml.html

Large diffs are not rendered by default.

618 changes: 309 additions & 309 deletions docs/odata-csdl-xml/odata-csdl-xml.md

Large diffs are not rendered by default.

807 changes: 3 additions & 804 deletions docs/odata-temporal-ext/odata-temporal-ext.html

Large diffs are not rendered by default.

804 changes: 3 additions & 801 deletions docs/odata-temporal-ext/odata-temporal-ext.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/number.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Number {
"." +
this.number[this.match];
if (m[1].endsWith("isec")) {
m[3] += this.number[this.match];
m[3] += "." + this.number[this.match];
this.number[this.match] = "i" + this.number[this.match];
}
if (m[1].endsWith("sec")) {
Expand Down

0 comments on commit 2b92481

Please sign in to comment.