summaryrefslogtreecommitdiff
path: root/test cases/frameworks/6 gettext/data/data3
AgeCommit message (Collapse)Author
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
2018-10-06Fix a comment in "test cases/frameworks/6 gettext"Masanori Kakura
File "data/data3/meson.build" makes Meson create a target that contains a path separator.
2018-10-06i18n: replace path separator with @Marty E. Plummer
using state.subdir will cause / or \ to be inserted into the target name. Replace them with @ to future-proof it. Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>