From eb11987c692be921fb03c5d7c665e65e5a365a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=99=BD=E4=BA=91?= <71159641+littlewhitecloud@users.noreply.github.com> Date: Sun, 22 Oct 2023 16:27:00 +0800 Subject: [PATCH] test --- tests/other_errors/import_it_self.jou | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/other_errors/import_it_self.jou diff --git a/tests/other_errors/import_it_self.jou b/tests/other_errors/import_it_self.jou new file mode 100644 index 00000000..1e7efa9f --- /dev/null +++ b/tests/other_errors/import_it_self.jou @@ -0,0 +1,4 @@ +import ".\\import_it_self.jou" # Error: the file itself cannot be imported + +def main() -> int: + return 0