Skip to content

Commit

Permalink
Fixes for raw strings tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pczarn committed Nov 24, 2023
1 parent b212b26 commit 3e8247e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
fn main() {
// Fails because of too many hashes for raw string (256+ hashes)
let _a = r##############################################################################################################################################################################################################################################################################"hello"##############################################################################################################################################################################################################################################################################;
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "unit"
name = "raw_string"
type = "bin"
authors = [""]

Expand Down

0 comments on commit 3e8247e

Please sign in to comment.