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

Unescape dollar signs in single-line strings #111

Merged
merged 1 commit into from
Jan 20, 2021
Merged

Unescape dollar signs in single-line strings #111

merged 1 commit into from
Jan 20, 2021

Conversation

christopher-dG
Copy link
Contributor

Fixes #108

Kind of a naive fix, but it's all we really need. Anything else would require not using repr at all.

@codecov
Copy link

codecov bot commented Jan 20, 2021

Codecov Report

Merging #111 (b6c7a98) into master (31f1911) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #111   +/-   ##
=======================================
  Coverage   83.70%   83.70%           
=======================================
  Files          12       12           
  Lines        1479     1479           
=======================================
  Hits         1238     1238           
  Misses        241      241           
Impacted Files Coverage Δ
src/writer.jl 98.07% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 31f1911...b6c7a98. Read the comment docs.

@christopher-dG christopher-dG merged commit a5331e4 into JuliaData:master Jan 20, 2021
@christopher-dG christopher-dG deleted the cdg/dollars branch January 20, 2021 18:39
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.

Reading/writing of YAML files is broken
1 participant