Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testcase regex issue! #61

Closed
TeaByte opened this issue Feb 26, 2024 · 0 comments · Fixed by #62
Closed

testcase regex issue! #61

TeaByte opened this issue Feb 26, 2024 · 0 comments · Fixed by #62
Assignees

Comments

@TeaByte
Copy link
Owner

TeaByte commented Feb 26, 2024

بعض الدروس بها مشاكل في تحقق الregex الخاص في الtestcase

مثال على المشكله:
let x = "xxx"; // صحيح
let x= "xxx"; // خطأ
let x ="xxx"; // خطأ
let x="xxx"; // خطأ
الregex المكتوب لا يراعي المسافات وايضا ال(;) في نهايه السطر في بعض الدروس
يجب تحسين الregex حتى يراعي المسافات و وجود و عدم وجود;

الدروس الي تحتاج تحسين:
http://localhost:8000/variables/uninitialized-variables

image

@m7medVision m7medVision self-assigned this Feb 27, 2024
m7medVision added a commit that referenced this issue Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants