Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CoderDojoPotsdam/regex-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: untagged-d97e9521e25e6030705e
Choose a base ref
...
head repository: CoderDojoPotsdam/regex-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    b49933a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #120 from moormaster/master

    fix: display error message (again) when regular expression contains errors
    niccokunzmann authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4bcf7e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    3abcf4b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Merge pull request #121 from moormaster/fix-check-if-full-line-matches

    fix: enforce full line to match when reference regex has the form ^...$
    niccokunzmann authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ca83c21 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    21faa6c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Merge pull request #123 from moormaster/fix-fail-if-line-matches-inco…

    …mpletely-that-should-not-match-at-all
    
    fix: make challenge fail when lines match incompletely but should not match at all
    niccokunzmann authored May 2, 2024
    Configuration menu
    Copy the full SHA
    d045118 View commit details
    Browse the repository at this point in the history
Loading