modif pour le merge
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

pull/6/head
Bastien OLLIER 1 year ago
parent 75cddb2e84
commit dc94bc1fa3

@ -60,8 +60,7 @@ import { SafeHTMLPipe } from './safe-html.pipe';
deps: [HttpClient] deps: [HttpClient]
}, },
defaultLanguage: 'fr' defaultLanguage: 'fr'
}), })
//SafeHTMLPipe
], ],
providers: [TranslationService], providers: [TranslationService],
bootstrap: [AppComponent] bootstrap: [AppComponent]

@ -32,7 +32,7 @@ int main() {
return 0; return 0;
}`, }`,
"text/x-sh": `#!/bin/bash "text/x-sh": `#!/bin/bash
echo "Bonjour ceci est un test de code en shell"style`, echo "Bonjour ceci est un test de code en shell"`,
}; };
// Langages autorisés // Langages autorisés

Loading…
Cancel
Save