Skip to content

Commit 642eaf8

Browse files
psteinroeclaude
andcommitted
fix: update console macro test snapshots for renamed crate
Updated stderr files in pgls_console tests to use pgls_console::markup\! instead of pgt_console::markup\! after the crate rename. This fixes the failing trybuild tests on macOS that were comparing expected vs actual macro error messages. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 394cba6 commit 642eaf8

7 files changed

+14
-14
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
error: unexpected end of input
22
--> tests/markup/open_element_unfinished_1.rs:2:5
33
|
4-
2 | / pgt_console::markup! {
4+
2 | / pgls_console::markup! {
55
3 | | <
66
4 | | }
77
| |_____^
88
|
9-
= note: this error originates in the macro `pgt_console::markup` (in Nightly builds, run with -Z macro-backtrace for more info)
9+
= note: this error originates in the macro `pgls_console::markup` (in Nightly builds, run with -Z macro-backtrace for more info)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
error: unexpected end of input
22
--> tests/markup/open_element_unfinished_2.rs:2:5
33
|
4-
2 | / pgt_console::markup! {
4+
2 | / pgls_console::markup! {
55
3 | | <Emphasis
66
4 | | }
77
| |_____^
88
|
9-
= note: this error originates in the macro `pgt_console::markup` (in Nightly builds, run with -Z macro-backtrace for more info)
9+
= note: this error originates in the macro `pgls_console::markup` (in Nightly builds, run with -Z macro-backtrace for more info)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
error: unexpected end of input
22
--> tests/markup/open_element_unfinished_3.rs:2:5
33
|
4-
2 | / pgt_console::markup! {
4+
2 | / pgls_console::markup! {
55
3 | | <Emphasis /
66
4 | | }
77
| |_____^
88
|
9-
= note: this error originates in the macro `pgt_console::markup` (in Nightly builds, run with -Z macro-backtrace for more info)
9+
= note: this error originates in the macro `pgls_console::markup` (in Nightly builds, run with -Z macro-backtrace for more info)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
error: unexpected end of input
22
--> tests/markup/open_element_unfinished_4.rs:2:5
33
|
4-
2 | / pgt_console::markup! {
4+
2 | / pgls_console::markup! {
55
3 | | <Emphasis prop
66
4 | | }
77
| |_____^
88
|
9-
= note: this error originates in the macro `pgt_console::markup` (in Nightly builds, run with -Z macro-backtrace for more info)
9+
= note: this error originates in the macro `pgls_console::markup` (in Nightly builds, run with -Z macro-backtrace for more info)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
error: unexpected end of input
22
--> tests/markup/open_element_unfinished_5.rs:2:5
33
|
4-
2 | / pgt_console::markup! {
4+
2 | / pgls_console::markup! {
55
3 | | <Emphasis prop=
66
4 | | }
77
| |_____^
88
|
9-
= note: this error originates in the macro `pgt_console::markup` (in Nightly builds, run with -Z macro-backtrace for more info)
9+
= note: this error originates in the macro `pgls_console::markup` (in Nightly builds, run with -Z macro-backtrace for more info)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
error: unexpected end of input
22
--> tests/markup/open_element_unfinished_6.rs:2:5
33
|
4-
2 | / pgt_console::markup! {
4+
2 | / pgls_console::markup! {
55
3 | | <Emphasis prop={}
66
4 | | }
77
| |_____^
88
|
9-
= note: this error originates in the macro `pgt_console::markup` (in Nightly builds, run with -Z macro-backtrace for more info)
9+
= note: this error originates in the macro `pgls_console::markup` (in Nightly builds, run with -Z macro-backtrace for more info)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
error: unexpected end of input
22
--> tests/markup/open_element_unfinished_7.rs:2:5
33
|
4-
2 | / pgt_console::markup! {
4+
2 | / pgls_console::markup! {
55
3 | | <Emphasis prop=""
66
4 | | }
77
| |_____^
88
|
9-
= note: this error originates in the macro `pgt_console::markup` (in Nightly builds, run with -Z macro-backtrace for more info)
9+
= note: this error originates in the macro `pgls_console::markup` (in Nightly builds, run with -Z macro-backtrace for more info)

0 commit comments

Comments
 (0)