Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse StringConstructors #658

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Parse StringConstructors #658

merged 1 commit into from
Oct 26, 2024

Conversation

DrRataplan
Copy link
Collaborator

No need to process them yet. Parsing them is enough: they are used in source files that I'm trying to process.

Look like this:

let $str := ``[My string!
With newlines!
And `{fn:date()}` interpolation~
]`` return $str

No need to process them yet. Parsing them is enough: they are used in source files that I'm trying
to process.

Look like this:

```xq
let $str := ``[My string!
With newlines!
And `{fn:date()}` interpolation~
]`` return $str
```
@DrRataplan DrRataplan requested a review from bwrrp October 22, 2024 07:35
Copy link

bundlemon bot commented Oct 22, 2024

BundleMon

Files updated (2)
Status Path Size Limits
fontoxpath.js
78.57KB (+144B +0.18%) -
fontoxpath.esm.js
78.68KB (+141B +0.18%) -

Total files change +285B +0.18%

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@coveralls
Copy link

Coverage Status

coverage: 91.575% (+0.008%) from 91.567%
when pulling cc39848 on parse-stringconstructors
into 67b87f8 on master.

@DrRataplan DrRataplan merged commit 40e08de into master Oct 26, 2024
17 checks passed
@DrRataplan DrRataplan deleted the parse-stringconstructors branch October 26, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants