Skip to content

Commit

Permalink
fixed expected const output (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
JalonSolov authored Aug 11, 2024
1 parent 0c70e9e commit 793183a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
File renamed without changes.
File renamed without changes.
7 changes: 1 addition & 6 deletions untested/const/const.vv → tests/const/const.vv
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
module main

const struct_uppercase_to_handle = 123

pub const struct_uppercase_to_handle = 123
const struct1 = 'dsfsdfs'

const bbb = `b`

const ccc = `c`

const struct2 = `a`

const struct3 = true

0 comments on commit 793183a

Please sign in to comment.