mirror of
https://github.com/playwright-community/playwright-go.git
synced 2026-06-03 21:02:27 +08:00
chore: remove c# comments (#168)
This commit is contained in:
parent
7ce7817843
commit
4c6fccc3d2
File diff suppressed because it is too large
Load Diff
@ -31,7 +31,7 @@ const writeComment = (comment) => {
|
||||
lastWasBlank = true
|
||||
continue
|
||||
}
|
||||
if (["js", "js browser", "py", "python sync", "python async", "java"].includes(line.trim().substr(3)) && line.trim().startsWith("```"))
|
||||
if (["js", "js browser", "py", "python sync", "python async", "java", "csharp"].includes(line.trim().substr(3)) && line.trim().startsWith("```"))
|
||||
inExample = true
|
||||
if (!inExample) {
|
||||
if (lastWasBlank)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user