Sha256: 255abb0e6c2cffb4518a7de6074ee4419323077ad14aa466f468c79ec74dc86f
Contents?: true
Size: 479 Bytes
Versions: 28
Compression:
Stored size: 479 Bytes
Contents
#!/usr/bin/env python # Copyright (c) 2012 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """ Make sure rule names with non-"normal" characters in them don't cause broken build files. This test was originally causing broken .ninja files. """ import TestGyp test = TestGyp.TestGyp() test.run_gyp('sanitize-rule-names.gyp') test.build('sanitize-rule-names.gyp', test.ALL) test.pass_test()
Version data entries
28 entries across 28 versions & 5 rubygems