Update snapshot tests

This commit is contained in:
Charlie Marsh
2023-06-19 13:16:07 -04:00
parent 6f65c5cba7
commit 9cb00518e5
15 changed files with 70 additions and 55 deletions

View File

@@ -136,6 +136,7 @@ mod tests {
use super::*;
use crate::{ast, parser::ParseErrorType, Parse};
#[cfg(feature = "all-nodes-with-ranges")]
macro_rules! function_and_lambda {
($($name:ident: $code:expr,)*) => {
$(