This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +STR | |
| +DOC | |
| +SEQ | |
| +SEQ | |
| =VAL :foo: | |
| -SEQ | |
| -SEQ | |
| -DOC | |
| -STR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +STR | |
| +DOC | |
| +SEQ | |
| +MAP {} | |
| =VAL :omitted value | |
| =VAL : | |
| -MAP | |
| -SEQ | |
| -DOC | |
| -STR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| string: "abcd\ | |
| efgh\ | |
| ijkl\ | |
| mnop\ | |
| qrst\ | |
| uvwxyz" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +STR | |
| +DOC | |
| +MAP | |
| =VAL :nested | |
| +MAP | |
| =VAL :a | |
| +MAP | |
| =VAL :b | |
| +SEQ [] | |
| =VAL :flow style sequence |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl | |
| # Copyright @ SUSE LLC | |
| # SPDX-License-Identifier: GPL-2.0-or-later | |
| use Test::Most; | |
| use testapi; | |
| use Test::MockModule; | |
| use Test::MockObject; | |
| subtest 'handle_password_prompt' => sub { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| a: 1 | |
| b: 2 |
OlderNewer