SanJSp / lets_git_exercise_de

This is an excercise created for our MOOC "Let's Git - Versionsverwaltung & Open Source"
46 stars 52 forks source link

Proposed new RegEx for tests/Aufgabe5_test.py #77

Closed winnewoerp closed 3 years ago

winnewoerp commented 4 years ago

I propose to change the RegEx used to detect the right usage of the HTML img tag.

Current:

<img ([A-Z]|[a-z]|[0-9])+

Proposed:

<img([\w\W][^\>]+?)\/>