1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 10:15:41 +08:00
2020-06-13 14:06:35 +08:00

9 lines
101 B
Puppet
Vendored

# Syntax error at line 3
class foo
file { 'bar':
ensure => 'file',
mode => '0666'
}
}