Sha256: 1c77efd09711dc6b09229f87c8665d006a94a6fb371eca0838cdc3919662c55e

Contents?: true

Size: 539 Bytes

Versions: 5

Compression:

Stored size: 539 Bytes

Contents

#!/usr/bin/env python

# Copyright 2013 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.

"""
Verifies that unicode strings in 'xcode_settings' work.
Also checks that ASCII control characters are escaped properly.
"""

import TestGyp

import sys

if sys.platform == 'darwin':
  test = TestGyp.TestGyp(formats=['xcode'])
  test.run_gyp('test.gyp', chdir='unicode-settings')
  test.build('test.gyp', test.ALL, chdir='unicode-settings')
  test.pass_test()

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/mac/gyptest-unicode-settings.py
mt-libuv-4.1.03 ext/gyp/test/mac/gyptest-unicode-settings.py
mt-libuv-4.1.02 ext/gyp/test/mac/gyptest-unicode-settings.py
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/mac/gyptest-unicode-settings.py
tree-sitter-0.0.1 ext/tree-sitter/tree-sitter/externals/gyp/test/mac/gyptest-unicode-settings.py