Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit46524bf

Browse files
authored
Exclude false-positive from zero-width space char check (#277)
1 parentb19d3e4 commit46524bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.github/workflows/check.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ jobs:
205205
-name:Remove zero-width space characters
206206
run:|
207207
sed -i 's/\xe2\x80\x8b//g' *.po **/*.po
208+
# Undo removal from where we should not
209+
sed -i 's|`````|``​`​``|' reference/lexical_analysis.po
208210
209211
-name:Show difference (error if there is any)
210212
run:|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp