[PR #361] [MERGED] Fix GenericAttributes matching of single-char values #971

Open
opened 2026-01-29 14:47:57 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/361
Author: @MihaZupan
Created: 8/1/2019
Status: Merged
Merged: 9/25/2019
Merged by: @xoofx

Base: masterHead: generic-attributes


📝 Commits (3)

  • b411522 Increase EnsureSpecsAreUpToDate time leeway to 3min
  • b1cfcf2 Add GenericAttributes test for #182
  • 6a0c9ae Fix GenericAttributes matching of single-char values

📊 Changes

5 files changed (+54 additions, -18 deletions)

View changed files

📝 src/Markdig.Tests/Specs/GenericAttributesSpecs.generated.cs (+24 -1)
📝 src/Markdig.Tests/Specs/GenericAttributesSpecs.md (+14 -0)
📝 src/Markdig.Tests/TestParser.cs (+2 -2)
📝 src/Markdig/Extensions/GenericAttributes/GenericAttributesExtension.cs (+4 -6)
📝 src/Markdig/Extensions/GenericAttributes/GenericAttributesParser.cs (+10 -9)

📄 Description

Fixes #182


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/361 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 8/1/2019 **Status:** ✅ Merged **Merged:** 9/25/2019 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `generic-attributes` --- ### 📝 Commits (3) - [`b411522`](https://github.com/xoofx/markdig/commit/b411522a231dabfe47ef23e4b0d0c08b4fd8c597) Increase EnsureSpecsAreUpToDate time leeway to 3min - [`b1cfcf2`](https://github.com/xoofx/markdig/commit/b1cfcf24312dd2347a5cfcb8e8610c9bab73bd72) Add GenericAttributes test for #182 - [`6a0c9ae`](https://github.com/xoofx/markdig/commit/6a0c9aeb47a9058fab6826ec650c0d5b78fb1877) Fix GenericAttributes matching of single-char values ### 📊 Changes **5 files changed** (+54 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Specs/GenericAttributesSpecs.generated.cs` (+24 -1) 📝 `src/Markdig.Tests/Specs/GenericAttributesSpecs.md` (+14 -0) 📝 `src/Markdig.Tests/TestParser.cs` (+2 -2) 📝 `src/Markdig/Extensions/GenericAttributes/GenericAttributesExtension.cs` (+4 -6) 📝 `src/Markdig/Extensions/GenericAttributes/GenericAttributesParser.cs` (+10 -9) </details> ### 📄 Description Fixes #182 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:47:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#971