We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19d3e4 commit 46524bfCopy full SHA for 46524bf
.github/workflows/check.yml
@@ -205,6 +205,8 @@ jobs:
205
- name: Remove zero-width space characters
206
run: |
207
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
210
211
- name: Show difference (error if there is any)
212
0 commit comments