Skip to content

Conversation

@FreeMasen
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Apr 27, 2024

Codecov Report

Attention: Patch coverage is 87.83784% with 9 lines in your changes missing coverage. Please review.

Project coverage is 84.45%. Comparing base (cf7ebbf) to head (1151513).

Files Patch % Lines
src/tokenizer/mod.rs 88.00% 3 Missing ⚠️
src/tokens/template.rs 40.00% 3 Missing ⚠️
src/tokens/keyword.rs 0.00% 2 Missing ⚠️
src/tokens/boolean.rs 87.50% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #102       +/-   ##
===========================================
+ Coverage   70.43%   84.45%   +14.01%     
===========================================
  Files          18       18               
  Lines        2757     2798       +41     
===========================================
+ Hits         1942     2363      +421     
+ Misses        815      435      -380     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@FreeMasen FreeMasen force-pushed the optional-puncts branch 3 times, most recently from a9b1439 to f5ac8f3 Compare May 3, 2024 22:13
CommentKind::Hashbang => format!("#!{}", self.content.as_ref()),
CommentKind::Single => write!(f, "//{}", self.content),
CommentKind::Multi => write!(f, "/*{}*/", self.content),
CommentKind::Html => write!(f, "<!--{}-->", self.content),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing tail content

use std::fmt::Debug;
use std::rc::Rc;

/// A 2 element buffer of
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a 3 element array?

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