Skip to content

Commit 7db1e96

Browse files
rename snapshot test
1 parent bf69aa2 commit 7db1e96

16 files changed

+16
-16
lines changed

crates/djls-template-ast/src/snapshots/djls_ast__lexer__tests__tokenize_comments.snap renamed to crates/djls-template-ast/src/snapshots/djls_template_ast__lexer__tests__tokenize_comments.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/djls-ast/src/lexer.rs
2+
source: crates/djls-template-ast/src/lexer.rs
33
expression: tokens
44
---
55
- token_type:

crates/djls-template-ast/src/snapshots/djls_ast__lexer__tests__tokenize_django_block.snap renamed to crates/djls-template-ast/src/snapshots/djls_template_ast__lexer__tests__tokenize_django_block.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/djls-ast/src/lexer.rs
2+
source: crates/djls-template-ast/src/lexer.rs
33
expression: tokens
44
---
55
- token_type:

crates/djls-template-ast/src/snapshots/djls_ast__lexer__tests__tokenize_django_variable.snap renamed to crates/djls-template-ast/src/snapshots/djls_template_ast__lexer__tests__tokenize_django_variable.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/djls-ast/src/lexer.rs
2+
source: crates/djls-template-ast/src/lexer.rs
33
expression: tokens
44
---
55
- token_type:

crates/djls-template-ast/src/snapshots/djls_ast__lexer__tests__tokenize_everything.snap renamed to crates/djls-template-ast/src/snapshots/djls_template_ast__lexer__tests__tokenize_everything.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/djls-ast/src/lexer.rs
2+
source: crates/djls-template-ast/src/lexer.rs
33
expression: tokens
44
---
55
- token_type:

crates/djls-template-ast/src/snapshots/djls_ast__lexer__tests__tokenize_html.snap renamed to crates/djls-template-ast/src/snapshots/djls_template_ast__lexer__tests__tokenize_html.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/djls-ast/src/lexer.rs
2+
source: crates/djls-template-ast/src/lexer.rs
33
expression: tokens
44
---
55
- token_type:

crates/djls-template-ast/src/snapshots/djls_ast__lexer__tests__tokenize_script.snap renamed to crates/djls-template-ast/src/snapshots/djls_template_ast__lexer__tests__tokenize_script.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/djls-ast/src/lexer.rs
2+
source: crates/djls-template-ast/src/lexer.rs
33
expression: tokens
44
---
55
- token_type:

crates/djls-template-ast/src/snapshots/djls_ast__lexer__tests__tokenize_style.snap renamed to crates/djls-template-ast/src/snapshots/djls_template_ast__lexer__tests__tokenize_style.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/djls-ast/src/lexer.rs
2+
source: crates/djls-template-ast/src/lexer.rs
33
expression: tokens
44
---
55
- token_type:

crates/djls-template-ast/src/snapshots/djls_ast__parser__tests__parse_comments.snap renamed to crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__parse_comments.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/djls-ast/src/parser.rs
2+
source: crates/djls-template-ast/src/parser.rs
33
expression: ast
44
---
55
nodes:

crates/djls-template-ast/src/snapshots/djls_ast__parser__tests__parse_django_block.snap renamed to crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__parse_django_block.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/djls-ast/src/parser.rs
2+
source: crates/djls-template-ast/src/parser.rs
33
expression: ast
44
---
55
nodes:

crates/djls-template-ast/src/snapshots/djls_ast__parser__tests__parse_django_variable.snap renamed to crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__parse_django_variable.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
source: crates/djls-ast/src/parser.rs
2+
source: crates/djls-template-ast/src/parser.rs
33
expression: ast
44
---
55
nodes:

0 commit comments

Comments
 (0)