test {
  /* Expected: "\f102" */
  /* Sass 3.4 */
  content: "\f102";
  /* Sass 3.3 */
  content: "xf102";
}
