Merge pull request #9634 from 2403905/issue-9568

[full-ci] skip the file name validation if nodeid used
This commit is contained in:
Roman Perekhod
2024-07-22 09:36:09 +02:00
committed by GitHub
6 changed files with 23 additions and 14 deletions
@@ -184,10 +184,10 @@ Feature: create files and folder
| new | /.. | 405 |
| new | /../lorem | 400 |
| new | | 400 |
| spaces | /. | 500 |
| spaces | /. | 400 |
| spaces | /.. | 405 |
| spaces | /../lorem | 404 |
| spaces | | 500 |
| spaces | /../lorem | 400 |
| spaces | | 400 |
Scenario Outline: try to create folder with '.', '..' and 'empty'