From 91a6acee4ddec556434398b25996f21049dd8cd5 Mon Sep 17 00:00:00 2001 From: OrcaSlicerBot Date: Tue, 9 Dec 2025 18:48:03 +0000 Subject: [PATCH] Updated Wiki content --- .github/workflows/validate_tab_links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_tab_links.yml b/.github/workflows/validate_tab_links.yml index 66053e7..a1f30d5 100644 --- a/.github/workflows/validate_tab_links.yml +++ b/.github/workflows/validate_tab_links.yml @@ -138,7 +138,7 @@ jobs: }); } - const labelPathPattern = /\bline\s*\.\s*label_path\s*=\s*"([^"]+)"/g; + const labelPathPattern = /\b[A-Za-z_]\w*\s*\.\s*label_path\s*=\s*"([^"]+)"/g; while ((match = labelPathPattern.exec(text)) !== null) { refs.push({ option: 'label_path',