[PR #36] [MERGED] handle some blank line issues in parser #351

Closed
opened 2026-02-17 17:20:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/36
Author: @eyurtsev
Created: 6/12/2025
Status: Merged
Merged: 6/12/2025
Merged by: @eyurtsev

Base: mainHead: eugene/fix_some_issues


📝 Commits (7)

📊 Changes

4 files changed (+98 additions, -24 deletions)

View changed files

📝 pipeline/tools/lexer.py (+2 -0)
📝 pipeline/tools/parser.py (+19 -17)
📝 tests/unit_tests/test_lexer.py (+33 -0)
📝 tests/unit_tests/test_parser.py (+44 -7)

📄 Description

  • Handle missing language in code block
  • Handle some blank lines

🔄 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/langchain-ai/docs/pull/36 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 6/12/2025 **Status:** ✅ Merged **Merged:** 6/12/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/fix_some_issues` --- ### 📝 Commits (7) - [`ae27104`](https://github.com/langchain-ai/docs/commit/ae2710447b94e9f068076d9ae31d910f5c99a90a) x - [`e9e7bec`](https://github.com/langchain-ai/docs/commit/e9e7bec1b472787ef2939c1ad74a131e77cb80db) x - [`b125a3f`](https://github.com/langchain-ai/docs/commit/b125a3f31ebdbebb210a28ed07476c7b0331ec35) x - [`3e85e90`](https://github.com/langchain-ai/docs/commit/3e85e907dc791223d7c4da28c2d63058c1eabf19) x - [`c3a20c5`](https://github.com/langchain-ai/docs/commit/c3a20c5bffd558e48e0c877e8d42d03a677e7eb2) x - [`9f1da04`](https://github.com/langchain-ai/docs/commit/9f1da04033ec4a1b760ec2ceb935a1664ef89cd2) x - [`f501108`](https://github.com/langchain-ai/docs/commit/f5011088498720f3178018f7329c1be508479646) fix front matter ### 📊 Changes **4 files changed** (+98 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/tools/lexer.py` (+2 -0) 📝 `pipeline/tools/parser.py` (+19 -17) 📝 `tests/unit_tests/test_lexer.py` (+33 -0) 📝 `tests/unit_tests/test_parser.py` (+44 -7) </details> ### 📄 Description * Handle missing language in code block * Handle some blank lines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:20:11 -05:00
yindo closed this issue 2026-02-17 17:20:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#351