Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Transcript Postprocessor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FS Info TU Dortmund
Fachschaftsrat
Tools
Transcript Postprocessor
Commits
56e43a3c
Commit
56e43a3c
authored
1 month ago
by
Thabo Bals
Committed by
Cedric Greiten
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix please
parent
23e4da4d
No related branches found
No related tags found
1 merge request
!121
Fix please
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/lib/parsing.ts
+2
-2
2 additions, 2 deletions
src/lib/parsing.ts
test/sitzungen
+1
-1
1 addition, 1 deletion
test/sitzungen
with
3 additions
and
3 deletions
src/lib/parsing.ts
+
2
−
2
View file @
56e43a3c
...
@@ -376,8 +376,8 @@ function extractHeaderMeta(token: Token): Map<string, string> {
...
@@ -376,8 +376,8 @@ function extractHeaderMeta(token: Token): Map<string, string> {
return
new
Map
(
token
.
attrs
);
return
new
Map
(
token
.
attrs
);
}
}
function
_extractMainClass
(
token
:
Token
)
:
string
|
undefined
{
function
_extractMainClass
(
token
:
Token
)
{
return
token
.
type
.
match
(
/^container_
(\S
+
)
_open$/g
)?.[
1
];
return
[...
token
.
type
.
match
All
(
/^container_
(\S
+
)
_open$/g
)
]?.[
0
]
?.[
1
];
}
}
function
_extractBase
(
function
_extractBase
(
...
...
This diff is collapsed.
Click to expand it.
sitzungen
@
a9f04beb
Compare
1f1dbdfd
...
a9f04beb
Subproject commit
1f1dbdfdfee3044e7921c0e57334a43493f298fd
Subproject commit
a9f04beb055f6dbcdcb35047633d7d938ae907f7
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment