remove_blank_lines: Add a new function to remove blank Line #144
ci.yml
on: pull_request
Puppet
/
Static validations
19s
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
5 errors and 5 warnings
Puppet / 8 (Ruby 3.2):
spec/functions/remove_blank_lines_spec.rb#L19
extlib::remove_blank_lines is expected to run extlib::remove_blank_lines(" string_name: \"string_value\"\n\n int_name: 42\n\n true_name: yes\n") and return " string_name: \"string_value\"\n int_name: 42\n true_name: yes\n"
Failure/Error: it { is_expected.to run.with_params(input).and_return(output) }
expected extlib::remove_blank_lines(" string_name: \"string_value\"\n\n int_name: 42\n\n true_name: yes\n") to have returned " string_name: \"string_value\"\n int_name: 42\n true_name: yes\n" instead of " string_name: \"string_value\"\n int_name: 42\n true_name: yes"
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/functions/remove_blank_lines_spec.rb#L19
extlib::remove_blank_lines is expected to run extlib::remove_blank_lines(" string_name: \"string_value\"\n\n int_name: 42\n\n true_name: yes\n") and return " string_name: \"string_value\"\n int_name: 42\n true_name: yes\n"
Failure/Error: it { is_expected.to run.with_params(input).and_return(output) }
expected extlib::remove_blank_lines(" string_name: \"string_value\"\n\n int_name: 42\n\n true_name: yes\n") to have returned " string_name: \"string_value\"\n int_name: 42\n true_name: yes\n" instead of " string_name: \"string_value\"\n int_name: 42\n true_name: yes"
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet / Test suite
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system RedHat 7
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 7
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 8
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system Debian 10
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system Ubuntu 18.04
|