Skip to content

Format is not working after ¥ #13289

@mjbvz

Description

@mjbvz

From @iou90 on December 15, 2016 8:49

  • VSCode Version: 1.8
  • OS Version: macOS 10.12.1

Steps to Reproduce:

some React Native codes in index.ios.js:

import React, { Component } from 'react';

import {
  AppRegistry,
  Text,
  View
} from 'react-native';

export default class Test extends Component {
  render() {
    return (
      <View>
        <Text>
          ¥
        </Text>
        <Text>
          {'format is not working after ¥'}
        </Text>
      </View>
    );
  }
}

AppRegistry.registerComponent('Test', () => Test);

Copied from original issue: microsoft/vscode#17274

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: FormatterThe issue relates to the built-in formatterDomain: JSX/TSXRelates to the JSX parser and emitterHelp WantedYou can do thisVS Code TrackedThere is a VS Code equivalent to this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions