Skip to content

Commit

Permalink
WIP: limit parens. nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Jan 11, 2025
1 parent 4efc992 commit f8aeb14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions naga/tests/wgsl_errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2432,3 +2432,10 @@ fn const_assert_failed() {
"###,
);
}

// #[test]
// fn limit_parens_nesting() {
// let many_much_nesting = ";var
// aza:aa=((((((((((((((((((((((((((((((((((*((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((*((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((*(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((*((((((((((((*((((((((((((((((((((((((((((((((((((((((((((((((((*((((((((((((*((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((*((((*((((((((((((*((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((*((P((((((((((((((((((((-((((((((((((((((((((((((((((((((*((((*((((((((((((*((((((((((((((((((((((((((((((((((((((((((((((((((((((*((P((((((aaaaaa((((((((-(((((((((((((((((((((((((((((aaa((((((((aa";
// check(many_much_nesting, "");
// }

0 comments on commit f8aeb14

Please sign in to comment.